String outlineWidth

Gets the value of "outline-width"

Source

String get outlineWidth => this._outlineWidth;
void outlineWidth=(String value)

Sets the value of "outline-width"

Source

set outlineWidth(String value) {
  _outlineWidth = value == null ? '' : value;
}