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