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