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