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