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

description

String getborderLeftColor

Gets the value of "border-left-color"

Implementation

String get borderLeftColor => getPropertyValue('border-left-color');

setborderLeftColor (String value)

Sets the value of "border-left-color"

Implementation

set borderLeftColor(String value) {
  setProperty('border-left-color', value, '');
}