style property

String style

Implementation

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

Implementation

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