width property

int get width

Implementation

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

Implementation

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