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