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