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