textDecoration property

String textDecoration

Implementation

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

Implementation

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