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