borderLeft property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String getborderLeft
Gets the value of "border-left"
Implementation
String get borderLeft => getPropertyValue('border-left');
setborderLeft (String value)
Sets the value of "border-left"
Implementation
set borderLeft(String value) {
setProperty('border-left', value, '');
}