获取"border-top-style"的值
String get borderTopStyle => this._borderTopStyle;
设置"border-top-style"的值
set borderTopStyle(String? value) { _borderTopStyle = value == null ? '' : value; }