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