helperTextDecorationThickness method

NikuTextField helperTextDecorationThickness(
  1. double textDecorationThickness
)

Thickness of text decoration

Equivalent to

TextStyle(decorationThickness: input)

Implementation

NikuTextField helperTextDecorationThickness(double textDecorationThickness) {
  this._helper_textDecorationThickness = textDecorationThickness;

  return this;
}