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