CustomZoomableImage constructor
const
CustomZoomableImage({
- Key? key,
- required ImageProvider<
Object> imageProvider,
Creates a CustomZoomableImage widget.
The imageProvider parameter is required.
Implementation
const CustomZoomableImage({super.key, required this.imageProvider});