FullScreenImage constructor

const FullScreenImage(
  1. String imageUrl,
  2. List<String>? images,
  3. int selectedIndex, {
  4. Key? key,
})

Implementation

const FullScreenImage(this.imageUrl, this.images, this.selectedIndex,
    {Key? key})
    : super(key: key);