width property

set width (num? value)

Implementation

set width(num? value) {
  js_util.setProperty(this, 'width', value ?? jsUndefined);
}