Gets the value of "border-image-width"
Source
String get borderImageWidth => getPropertyValue('border-image-width');
Sets the value of "border-image-width"
Source
set borderImageWidth(String value) { setProperty('border-image-width', value, ''); }