height property
double?
get
height
Implementation
_i2.double? get height => _i4.getProperty(
this,
'height',
);
set
height
(double? value)
Implementation
set height(_i2.double? value) {
_i4.setProperty(
this,
'height',
value ?? _i6.undefined,
);
}