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