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