AsBouncingAnimation constructor
AsBouncingAnimation({
- Key? key,
- required Widget child,
- Duration? duration,
- Curve? curve,
- ToastDirection? toastDirection,
- AnimationForce? animationForce,
Implementation
AsBouncingAnimation(
{Key? key,
required this.child,
this.duration,
this.curve,
this.toastDirection,
this.animationForce})
: super(key: key);