borderAfterStyle property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String getborderAfterStyle
Gets the value of "border-after-style"
Implementation
String get borderAfterStyle => getPropertyValue('border-after-style');
setborderAfterStyle (String value)
Sets the value of "border-after-style"
Implementation
set borderAfterStyle(String value) {
setProperty('border-after-style', value, '');
}