ToastAnimationConfig constructor
const
ToastAnimationConfig({})
Implementation
const ToastAnimationConfig({
this.enableAnimation = true,
this.animationDuration = 300,
this.fadeInCurve = Curves.easeOut,
this.fadeOutCurve = Curves.easeIn,
this.scaleStart = 0.8,
this.scaleEnd = 1.0,
this.enableScaleAnimation = true,
});