helperBackground method

NikuTextField helperBackground(
  1. Paint foreground
)
  • 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;
}