withFastAnimation method
Create a faster version of the animation
Implementation
FSStaggeredSlideIn withFastAnimation() => copyWith(
duration: const Duration(milliseconds: 300),
staggerDelay: const Duration(milliseconds: 50),
);
Create a faster version of the animation
FSStaggeredSlideIn withFastAnimation() => copyWith(
duration: const Duration(milliseconds: 300),
staggerDelay: const Duration(milliseconds: 50),
);