textDecorationColor property

String textDecorationColor

Implementation

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

Implementation

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