textDecorationThickness method

NikuButton textDecorationThickness(
  1. double textDecorationThickness
)

Thickness of text decoration

Equivalent to

TextStyle(decorationThickness: input)

Implementation

NikuButton textDecorationThickness(double textDecorationThickness) {
  _text_textDecorationThickness = textDecorationThickness;

  return this;
}