helperHeight method

NikuTextField helperHeight(
  1. double height
)

Fixed height for text

Equivalent to

TextStyle(height: input)

Implementation

NikuTextField helperHeight(double height) {
  this._helper_height = height;

  return this;
}