width property

double? width

Implementation

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

Implementation

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