Gets the value of "max-height"
String get maxHeight => this._maxHeight;
Sets the value of "max-height"
set maxHeight(String value) { _maxHeight = value == null ? '' : value; }