textDecoration property

Object get textDecoration

Implementation

_i2.Object get textDecoration => _i5.getProperty(
      this,
      'textDecoration',
    );
set textDecoration (Object value)

Implementation

set textDecoration(_i2.Object value) {
  _i5.setProperty(
    this,
    'textDecoration',
    value,
  );
}