backgroundColor property
String
get
backgroundColor
Implementation
String get backgroundColor => js_util.getProperty(this, 'backgroundColor');
set
backgroundColor
(String newValue)
Implementation
set backgroundColor(String newValue) {
js_util.setProperty(this, 'backgroundColor', newValue);
}