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