textDecorationSkipInk property

String textDecorationSkipInk

Implementation

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

Implementation

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