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