获取"max-height"的值
String get maxHeight => this._maxHeight;
设置"max-height"的值
set maxHeight(String? value) { _maxHeight = value == null ? '' : value; }