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