borderStartColor property

String borderStartColor

Gets the value of "border-start-color"

Implementation

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

Sets the value of "border-start-color"

Implementation

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