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