textBg method
Set background color of text
Equivalent to
TextStyle(backgroundColor: input)
Implementation
NikuButton textBg(Color backgroundColor) {
_text_backgroundColor = backgroundColor;
return this;
}
Set background color of text
Equivalent to
TextStyle(backgroundColor: input)
NikuButton textBg(Color backgroundColor) {
_text_backgroundColor = backgroundColor;
return this;
}