textDecorationSkipInk property

dynamic get textDecorationSkipInk

Implementation

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

Implementation

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