textDecorationStyle property

String textDecorationStyle

Implementation

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

Implementation

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