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