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