textDecorationSkipInk property
bool?
get
textDecorationSkipInk
Implementation
_i2.bool? get textDecorationSkipInk => _i5.getProperty(
this,
'textDecorationSkipInk',
);
set
textDecorationSkipInk
(bool? value)
Implementation
set textDecorationSkipInk(_i2.bool? value) {
_i5.setProperty(
this,
'textDecorationSkipInk',
value ?? _i7.undefined,
);
}