bg method
Apply color to button background
Equivalent to
OutlineButton(
color: input
)
Implementation
NikuOutlineButton bg(Color color) {
this._color = color;
return this;
}
Apply color to button background
Equivalent to
OutlineButton(
color: input
)
NikuOutlineButton bg(Color color) {
this._color = color;
return this;
}