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