FadedScaleAnimation constructor
FadedScaleAnimation({})
Implementation
FadedScaleAnimation(
{Key? key,
required this.child,
this.durationInMilliseconds = 400,
this.curve = Curves.decelerate})
: super(key: key);