width property

ULongRange width

Implementation

ULongRange get width => js_util.getProperty(this, 'width');
void width=(ULongRange newValue)

Implementation

set width(ULongRange newValue) {
  js_util.setProperty(this, 'width', newValue);
}