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