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