ImageZoom constructor

const ImageZoom({
  1. Key? key,
  2. required String url,
})

Implementation

const ImageZoom({
  Key? key,
  required this.url,
}) : super(key: key);