borderLeftStyle 属性

String borderLeftStyle

获取 "border-left-style" 的值

实现

String get borderLeftStyle => getPropertyValue('border-left-style');
void borderLeftStyle=(String value)

设置 "border-left-style" 的值

实现

set borderLeftStyle(String value) {
  setProperty('border-left-style', value, '');
}