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