textDecorationLine property

String textDecorationLine

Implementation

_i2.String get textDecorationLine => _i4.getProperty(
      this,
      'textDecorationLine',
    );
void textDecorationLine=(String value)

Implementation

set textDecorationLine(_i2.String value) {
  _i4.setProperty(
    this,
    'textDecorationLine',
    value,
  );
}