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