maxHeight property
Gets the value of "max-height"
Implementation
String get maxHeight => this._maxHeight;
Sets the value of "max-height"
Implementation
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;
}