hintBackground method
- background - The paint drawn as a background for the text.
Equivalent to
TextStyle(background: input)
Implementation
NikuTextField hintBackground(Paint foreground) {
this._hint_foreground = foreground;
return this;
}
Equivalent to
TextStyle(background: input)
NikuTextField hintBackground(Paint foreground) {
this._hint_foreground = foreground;
return this;
}