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