withSlowAnimation method
Create a slower version of the animation
Implementation
FSStaggeredSlideIn withSlowAnimation() => copyWith(
duration: const Duration(milliseconds: 800),
staggerDelay: const Duration(milliseconds: 200),
);
Create a slower version of the animation
FSStaggeredSlideIn withSlowAnimation() => copyWith(
duration: const Duration(milliseconds: 800),
staggerDelay: const Duration(milliseconds: 200),
);