hover method
Background color of button when hovered
Equivalent to
RaisedButton(
hoverColor: input
)
Implementation
NikuRaisedButton hover(Color color) {
this._hoverColor = color;
return this;
}
Background color of button when hovered
Equivalent to
RaisedButton(
hoverColor: input
)
NikuRaisedButton hover(Color color) {
this._hoverColor = color;
return this;
}