Gets the value of "background-image"
Source
String get backgroundImage => getPropertyValue('background-image');
Sets the value of "background-image"
Source
set backgroundImage(String value) {
setProperty('background-image', value, '');
}
Gets the value of "background-image"
String get backgroundImage => getPropertyValue('background-image');
Sets the value of "background-image"
set backgroundImage(String value) {
setProperty('background-image', value, '');
}