Set color of text
Equivalent to
TextStyle(color: input)
NikuText color(Color color) { this._color = color; return this; }