borderTopStyle 属性

String borderTopStyle

获取 "border-top-style" 的值

实现

String get borderTopStyle => getPropertyValue('border-top-style');
void borderTopStyle=(String value)

设置 "border-top-style" 的值

实现

set borderTopStyle(String value) {
  setProperty('border-top-style', value, '');
}