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