PhotoDownZoom constructor

PhotoDownZoom({
  1. Key? key,
  2. required List imgs,
})

Implementation

PhotoDownZoom({Key? key, required this.imgs}) : super(key: key);