Gets the value of "src"
String get src => getPropertyValue('src');
Sets the value of "src"
set src(String? value) { setProperty('src', value, ''); }