Gets the value of "max-height"
Source
String get maxHeight => this._maxHeight;
Sets the value of "max-height"
Source
set maxHeight(String value) {
_maxHeight = value == null ? '' : value;
}
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;
}