CustomImageSlideshow constructor

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

Implementation

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