CarrouselImageComponent constructor
const
CarrouselImageComponent({})
Implementation
const CarrouselImageComponent({
required this.imageUrls,
this.dotColor = Colors.white,
this.heigthImage,
this.heigthBox,
this.type = IndicatorType.dots,
this.pageController,
this.onPageChanged,
this.emptyListWidget,
this.radiusImage,
required this.onPageLongClick,
Key? key,
}) : super(key: key);