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