textDecorationOffset property

dynamic get textDecorationOffset

Implementation

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

Implementation

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