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