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