borderImageSource property - CssStyleDeclarationBase class - dart:html library (original) (raw)

description

String getborderImageSource

Gets the value of "border-image-source"

Implementation

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

setborderImageSource (String value)

Sets the value of "border-image-source"

Implementation

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