borderImageWidth 属性

String borderImageWidth

获取 "border-image-width" 的值

实现

String get borderImageWidth => getPropertyValue('border-image-width');
void borderImageWidth=(String value)

设置 "border-image-width" 的值

实现

set borderImageWidth(String value) {
  setProperty('border-image-width', value, '');
}