width property

bool width

Implementation

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

Implementation

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