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