withFastAnimation method

FSStaggeredSlideIn withFastAnimation()

Create a faster version of the animation

Implementation

FSStaggeredSlideIn withFastAnimation() => copyWith(
      duration: const Duration(milliseconds: 300),
      staggerDelay: const Duration(milliseconds: 50),
    );