animations/scale_animation library

Classes

ScaleAnimation
ScaleAnimation is build using FadeTransition and ScaleTransition fade and scale 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 and scale (default: Duration(milliseconds: 500)) curve : curve of the animation (default: Curves.decelerate) alignment : alignment of the scale animation (default: Alignment.center)