maxHeight property

String maxHeight

Implementation

_i2.String get maxHeight => _i4.getProperty(
      this,
      'maxHeight',
    );
void maxHeight=(String value)

Implementation

set maxHeight(_i2.String value) {
  _i4.setProperty(
    this,
    'maxHeight',
    value,
  );
}