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