获取"src"的值
String get src => getPropertyValue('src');
设置"src"的值
set src(String value) { setProperty('src', value, ''); }