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