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