borderLeft property
Gets the value of "border-left"
Implementation
String get borderLeft => this._borderLeft;
Sets the value of "border-left"
Implementation
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;
}