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, ''); }