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