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