color property

String color

Implementation

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

Implementation

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