width property
double?
get
width
Implementation
double? get width => js_util.getProperty(this, 'width');
set
width
(double? newValue)
Implementation
set width(double? newValue) {
js_util.setProperty(this, 'width', newValue);
}