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