borderStartStyle 属性

String borderStartStyle

获取 "border-start-style" 的值

实现

String get borderStartStyle => getPropertyValue('border-start-style');
void borderStartStyle=(String value)

设置 "border-start-style" 的值

实现

set borderStartStyle(String value) {
  setProperty('border-start-style', value, '');
}