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