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