helperColor method
Set color of text
Equivalent to
TextStyle(color: input)
Implementation
NikuTextField helperColor(Color color) {
this._helper_color = color;
return this;
}
Set color of text
Equivalent to
TextStyle(color: input)
NikuTextField helperColor(Color color) {
this._helper_color = color;
return this;
}