String maxHeight

Gets the value of "max-height"

Source

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

Sets the value of "max-height"

Source

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