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