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