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