backgroundColor property Null safety

String backgroundColor

Gets the value of "background-color"

Implementation

String get backgroundColor => getPropertyValue('background-color');
void backgroundColor=(String value)

Sets the value of "background-color"

Implementation

set backgroundColor(String value) {
  setProperty('background-color', value, '');
}