minHeight property

String minHeight

Implementation

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

Implementation

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