HeroCarousel constructor
const
HeroCarousel({})
Implementation
const HeroCarousel({
super.key,
required this.children,
this.autoPlayInterval = 5000,
this.showArrows = true,
this.showIndicators = true,
this.height = '400px',
});