helperColor method

NikuTextField helperColor(
  1. Color color
)

Set color of text

Equivalent to

TextStyle(color: input)

Implementation

NikuTextField helperColor(Color color) {
  _helper_color = color;

  return this;
}