hoverover 0.1.1
hoverover: ^0.1.1 copied to clipboard
A Flutter package that will give hover effect for Web and Desktop.
0.1.1 #
- Support up-to-date dependencies
- Pass static analysis
0.1.0 #
- On hover animate the widget.
- animationDurationInMilliseconds : gives duration of the animation.
- translateXAxis : translation value of x axis on hover.
- translateYAxis : translation value of y axis on hover.
- builder : the widget that will be built when the hover effect is active.
- isHovered : a boolean that indicates if the hover effect is active or not.