Gets the value of "background-color"
Source
String get backgroundColor => this._backgroundColor;
Sets the value of "background-color"
Source
set backgroundColor(String value) {
_backgroundColor = value == null ? '' : value;
}
Gets the value of "background-color"
String get backgroundColor => this._backgroundColor;
Sets the value of "background-color"
set backgroundColor(String value) {
_backgroundColor = value == null ? '' : value;
}