Gets the value of "outline-width"
Source
String get outlineWidth => this._outlineWidth;
Sets the value of "outline-width"
Source
set outlineWidth(String value) {
_outlineWidth = value == null ? '' : value;
}
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;
}