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