outline property
String?
get
outline
CSS styling property that will be applied to text enclosed by a decoration.
Implementation
_i2.String? get outline => _i5.getProperty(
this,
'outline',
);
set
outline
(String? value)
Implementation
set outline(_i2.String? value) {
_i5.setProperty(
this,
'outline',
value ?? _i6.undefined,
);
}