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