animations/fade_animation library

Classes

FadeAnimation
FadeAnimation is build using FadeTransition fade animation wrapper widget just wrap the child with this widget and widget will be animated child : the widget to be animated duration : duration of animation of fade (default: Duration(milliseconds: 1000)) curve : curve of the animation (default: Curves.decelerate)