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