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

description

String getborderStart

Gets the value of "border-start"

Implementation

String get borderStart => getPropertyValue('border-start');

setborderStart (String value)

Sets the value of "border-start"

Implementation

set borderStart(String value) {
  setProperty('border-start', value, '');
}