withSlowAnimation method

FSStaggeredSlideIn withSlowAnimation()

Create a slower version of the animation

Implementation

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