FullScreenZoomableImage constructor

const FullScreenZoomableImage({
  1. Key? key,
  2. required Uint8List imageBytes,
})

Implementation

const FullScreenZoomableImage({super.key, required this.imageBytes});