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

description

String getborderImageWidth

Gets the value of "border-image-width"

Implementation

String get borderImageWidth => getPropertyValue('border-image-width');

setborderImageWidth (String value)

Sets the value of "border-image-width"

Implementation

set borderImageWidth(String value) {
  setProperty('border-image-width', value, '');
}