width property

dynamic width

Implementation

/* double | NaN */ dynamic get width => js_util.getProperty(this, 'width');
void width=(dynamic newValue)

Implementation

set width(/* double | NaN */ dynamic newValue) {
  js_util.setProperty(this, 'width', newValue);
}