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

description

String getborderBeforeStyle

Gets the value of "border-before-style"

Implementation

String get borderBeforeStyle => getPropertyValue('border-before-style');

setborderBeforeStyle (String value)

Sets the value of "border-before-style"

Implementation

set borderBeforeStyle(String value) {
  setProperty('border-before-style', value, '');
}