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