toastEnter property

AnimationConfig get toastEnter

Toast notification enter configuration

Implementation

static AnimationConfig get toastEnter => const AnimationConfig(
      duration: fast,
      curve: Curves.easeOutBack,
      fadeFrom: 0.0,
      fadeTo: 1.0,
      scaleFrom: 0.8,
      scaleTo: 1.0,
      slideFrom: Offset(0, -0.2),
      slideTo: Offset.zero,
    );