borderImageSource 属性

String borderImageSource

获取 "border-image-source" 的值

实现

String get borderImageSource => getPropertyValue('border-image-source');
void borderImageSource=(String value)

设置 "border-image-source" 的值

实现

set borderImageSource(String value) {
  setProperty('border-image-source', value, '');
}