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