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

description

String getborderStartColor

Gets the value of "border-start-color"

Implementation

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

setborderStartColor (String value)

Sets the value of "border-start-color"

Implementation

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