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