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