textDecorationStyle property

String get textDecorationStyle

Implementation

_i2.String get textDecorationStyle => _i4.getProperty(
      this,
      'textDecorationStyle',
    );
set textDecorationStyle (String value)

Implementation

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