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