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