helperForeground method

NikuTextField helperForeground(
  1. Paint foreground
)
  • forground - The paint drawn as a foreground for the text.

Equivalent to

TextStyle(foreground: input)

Implementation

NikuTextField helperForeground(Paint foreground) {
  this._helper_foreground = foreground;

  return this;
}