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