FCCAnimatedEntry constructor
const
FCCAnimatedEntry({})
Implementation
const FCCAnimatedEntry({
super.key,
required this.child,
required this.index,
this.baseDuration = const Duration(milliseconds: 500),
this.curve = Curves.easeOutCubic,
this.verticalOffset = 20,
});