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