textDecorationThickness method

NikuSelectableText textDecorationThickness(
  1. double textDecorationThickness
)

Thickness of text decoration

Equivalent to

TextStyle(decorationThickness: input)

Implementation

NikuSelectableText textDecorationThickness(double textDecorationThickness) {
  _textDecorationThickness = textDecorationThickness;

  return this;
}