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