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