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