textDecorationThickness method
Thickness of text decoration
Equivalent to
TextStyle(decorationThickness: input)
Implementation
NikuText textDecorationThickness(double textDecorationThickness) {
this._textDecorationThickness = textDecorationThickness;
return this;
}