outlineStyle property
String
get
outlineStyle
Implementation
_i2.String get outlineStyle => _i4.getProperty(
this,
'outlineStyle',
);
set
outlineStyle
(String value)
Implementation
set outlineStyle(_i2.String value) {
_i4.setProperty(
this,
'outlineStyle',
value,
);
}