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