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