ViewPhotos constructor

ViewPhotos({
  1. dynamic imageIndex,
  2. required List imageList,
  3. String heroTitle = "img",
})

Implementation

ViewPhotos(
    {this.imageIndex, required this.imageList, this.heroTitle = "img"});