CustomZoomableImage constructor

const CustomZoomableImage({
  1. Key? key,
  2. required ImageProvider<Object> imageProvider,
})

Creates a CustomZoomableImage widget.

The imageProvider parameter is required.

Implementation

const CustomZoomableImage({super.key, required this.imageProvider});