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