textDecorationThickness property

String textDecorationThickness

Implementation

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

Implementation

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