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