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