textDecorationThickness property
String
get
textDecorationThickness
Implementation
_i2.String get textDecorationThickness => _i4.getProperty(
this,
'textDecorationThickness',
);
set
textDecorationThickness
(String value)
Implementation
set textDecorationThickness(_i2.String value) {
_i4.setProperty(
this,
'textDecorationThickness',
value,
);
}