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