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