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