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