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