ImageSlideWidget constructor
const
ImageSlideWidget({})
Implementation
const ImageSlideWidget({
super.key,
required this.imageUrlList,
required this.currentIndex,
this.onPageChanged,
this.autoPlay = false,
this.autoPlayInterval = const Duration(seconds: 3),
});