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