ImageSlideWidget constructor
const
ImageSlideWidget({
- Key? key,
- required Widget child,
- ScrollController? scrollController,
- Stack? overlayWidget,
- bool? initShowOverlay,
Implementation
const ImageSlideWidget({
super.key,
required this.child,
this.scrollController,
this.overlayWidget,
this.initShowOverlay,
});