outlineStyle property
String?
get
outlineStyle
CSS styling property that will be applied to text enclosed by a decoration. Better use 'outline' for setting one or more of the individual outline properties.
Implementation
_i2.String? get outlineStyle => _i5.getProperty(
this,
'outlineStyle',
);
set
outlineStyle
(String? value)
Implementation
set outlineStyle(_i2.String? value) {
_i5.setProperty(
this,
'outlineStyle',
value ?? _i6.undefined,
);
}