backgroundColor property

String backgroundColor

Implementation

String get backgroundColor => js_util.getProperty(this, 'backgroundColor');
void backgroundColor=(String newValue)

Implementation

set backgroundColor(String newValue) {
  js_util.setProperty(this, 'backgroundColor', newValue);
}