borderBottomWidth 属性

String borderBottomWidth

获取 "border-bottom-width" 的值

实现

String get borderBottomWidth => getPropertyValue('border-bottom-width');
void borderBottomWidth=(String value)

设置 "border-bottom-width" 的值

实现

set borderBottomWidth(String value) {
  setProperty('border-bottom-width', value, '');
}