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