ZoomableImage constructor

ZoomableImage({
  1. required String src,
  2. String? alt,
  3. String? caption,
  4. Key? key,
})

Implementation

ZoomableImage({required this.src, this.alt, this.caption, super.key});