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