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