minHeight property

String minHeight

Gets the value of "min-height"

Implementation

String get minHeight => this._minHeight;
void minHeight= (String value)

Sets the value of "min-height"

Implementation

set minHeight(String value) {
  _minHeight = value == null ? '' : value;
}