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