helperColor method

NikuTextField helperColor(
  1. Color color
)

Set color of text

Equivalent to

TextStyle(color: input)

Implementation

NikuTextField helperColor(Color color) {
  this._helper_color = color;

  return this;
}