ImageSlideShow constructor
const
ImageSlideShow({})
Implementation
const ImageSlideShow({
super.key,
required this.child,
required this.animationId,
this.scrollController,
this.overlayWidget,
this.initShowOverlay,
});