width property

String width

Implementation

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

Implementation

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