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