withSlowAnimation method

FSStaggeredFadeIn withSlowAnimation()

Create a slower version of the animation

Implementation

FSStaggeredFadeIn withSlowAnimation() => copyWith(
      duration: const Duration(milliseconds: 800),
      staggerDelay: const Duration(milliseconds: 200),
    );