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