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