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