textDecorationStyle property

dynamic get textDecorationStyle

Implementation

_i2.dynamic get textDecorationStyle => _i5.getProperty(
      this,
      'textDecorationStyle',
    );
set textDecorationStyle (dynamic value)

Implementation

set textDecorationStyle(_i2.dynamic value) {
  _i5.setProperty(
    this,
    'textDecorationStyle',
    value,
  );
}