borderBeforeColor property
Gets the value of "border-before-color"
Implementation
String get borderBeforeColor => getPropertyValue('border-before-color');
Sets the value of "border-before-color"
Implementation
set borderBeforeColor(String value) {
setProperty('border-before-color', value, '');
}