maxHeight property

String maxHeight
override

Gets the value of "max-height"

Implementation

String get maxHeight => this._maxHeight;
void maxHeight= (String value)
override

Sets the value of "max-height"

Implementation

set maxHeight(String value) {
  _maxHeight = value == null ? '' : value;
}