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