PhotoViewDialog constructor

const PhotoViewDialog({
  1. Key? key,
  2. required String imgUrl,
})

Implementation

const PhotoViewDialog({Key? key, required this.imgUrl}) : super(key: key);