borderBottomStyle 属性

String borderBottomStyle

获取 "border-bottom-style" 的值

实现

String get borderBottomStyle => getPropertyValue('border-bottom-style');
void borderBottomStyle=(String value)

设置 "border-bottom-style" 的值

实现

set borderBottomStyle(String value) {
  setProperty('border-bottom-style', value, '');
}