width property
dynamic
get
width
Implementation
/* double | NaN */ dynamic get width => js_util.getProperty(this, 'width');
set
width
(dynamic newValue)
Implementation
set width(/* double | NaN */ dynamic newValue) {
js_util.setProperty(this, 'width', newValue);
}