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