width property

int width

Implementation

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

Implementation

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