Gets the value of "border-left-style"
Source
String get borderLeftStyle => this._borderLeftStyle;
Sets the value of "border-left-style"
Source
set borderLeftStyle(String value) {
_borderLeftStyle = value == null ? '' : value;
}
Gets the value of "border-left-style"
String get borderLeftStyle => this._borderLeftStyle;
Sets the value of "border-left-style"
set borderLeftStyle(String value) {
_borderLeftStyle = value == null ? '' : value;
}