width property
String
get
width
@deprecated
Implementation
_i2.String get width => _i4.getProperty(
this,
'width',
);
set
width
(String value)
Implementation
set width(_i2.String value) {
_i4.setProperty(
this,
'width',
value,
);
}