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