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, '');
}
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
Gets the value of "src"
String get src => getPropertyValue('src');
Sets the value of "src"
set src(String value) {
setProperty('src', value, '');
}