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