minHeight property Null safety

String minHeight
override

Gets the value of "min-height"

Implementation

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

Sets the value of "min-height"

Implementation

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