Gets the value of "outline-style"
Source
String get outlineStyle => getPropertyValue('outline-style');
Sets the value of "outline-style"
Source
set outlineStyle(String value) {
setProperty('outline-style', value, '');
}
Gets the value of "outline-style"
String get outlineStyle => getPropertyValue('outline-style');
Sets the value of "outline-style"
set outlineStyle(String value) {
setProperty('outline-style', value, '');
}