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