borderImageSource property

String borderImageSource

Gets the value of "border-image-source"

Implementation

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

Sets the value of "border-image-source"

Implementation

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