ArcaneInfiniteCarousel constructor
const
ArcaneInfiniteCarousel({})
Implementation
const ArcaneInfiniteCarousel({
super.key,
required this.children,
this.gap = '1.5rem',
this.animationDuration = 60,
this.showFadeEdges = true,
this.fadeWidth = '150px',
this.backgroundColor = 'var(--card)',
this.resumeDelay = 5,
}) : trackClass = null;