ProKitCarouselSlider constructor
const
ProKitCarouselSlider({
- Key? key,
- required List<
ProKitCarouselModel> items,
Implementation
const ProKitCarouselSlider({
super.key,
required this.items,
});