Gets the value of "border-end-style"
String get borderEndStyle => getPropertyValue('border-end-style');
Sets the value of "border-end-style"
set borderEndStyle(String value) { setProperty('border-end-style', value, ''); }