textDecorationThickness property

dynamic get textDecorationThickness

Implementation

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

Implementation

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