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