ImagePreview constructor
ImagePreview({})
Implementation
ImagePreview({Key? key, required this.imageList, required this.index, this.title, this.titleColor = Colors.black, this.isAppBarShow = true, this.appBarColor}) : super(key: key);