ProKitCarouselSlider constructor

const ProKitCarouselSlider({
  1. Key? key,
  2. required List<ProKitCarouselModel> items,
})

Implementation

const ProKitCarouselSlider({
  super.key,
  required this.items,
});