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