获取 "border-left-width" 的值
String get borderLeftWidth => this._borderLeftWidth;
设置 "border-left-width" 的值
set borderLeftWidth(String? value) { _borderLeftWidth = value == null ? '' : value; }