backgroundColor property

String get backgroundColor

Gets the value of "background-color"

Implementation

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

Sets the value of "background-color"

Implementation

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