CarouselWidget constructor
const
CarouselWidget({})
Implementation
const CarouselWidget({
super.key,
required this.items,
this.height = 200,
this.autoPlay = false,
this.autoPlayInterval = const Duration(seconds: 3),
this.showIndicators = true,
this.onPageChanged,
});