CardCarouselState constructor
const
CardCarouselState({})
Implementation
const CardCarouselState({
required this.verticalProgress,
required this.currentIndex,
required this.phase,
this.isDragging = false,
this.isAnimating = false,
this.velocity = 0.0,
this.itemCount = 0,
});