outlineStyle property Null safety

String outlineStyle

Gets the value of "outline-style"

Implementation

String get outlineStyle => getPropertyValue('outline-style');
void outlineStyle=(String value)

Sets the value of "outline-style"

Implementation

set outlineStyle(String value) {
  setProperty('outline-style', value, '');
}