ArcaneNavigableCarousel constructor
const
ArcaneNavigableCarousel({})
Implementation
const ArcaneNavigableCarousel({
super.key,
required this.children,
this.gap = 16,
this.showArrows = true,
this.showIndicators = true,
this.visibleItems = 1,
this.height,
});