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