Gets the value of "border-end-style"
Source
String get borderEndStyle => getPropertyValue('border-end-style');
Sets the value of "border-end-style"
Source
set borderEndStyle(String value) {
setProperty('border-end-style', value, '');
}
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, '');
}