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