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