CarouselWidget constructor
CarouselWidget({})
Implementation
CarouselWidget(
{Key? key,
required this.carouselProperties,
required this.items,
required this.loading,
required this.contextData})
: super(key: key);