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