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