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