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