CustomImageSlideshow constructor

const CustomImageSlideshow({
  1. Key? key,
  2. required InAppModel inAppModel,
})

Implementation

const CustomImageSlideshow({
  super.key,
  required this.inAppModel,
});