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