PhotoViewWrapper constructor

const PhotoViewWrapper({
  1. Key? key,
  2. String? imageUrl,
  3. ImageProvider<Object>? imageProvider,
  4. LoadingBuilder? loadingBuilder,
  5. BoxDecoration? backgroundDecoration,
  6. dynamic minScale,
  7. dynamic maxScale,
  8. dynamic initialScale,
  9. Alignment? basePosition = Alignment.center,
  10. FilterQuality? filterQuality = FilterQuality.none,
  11. bool? disableGestures,
})

Implementation

const PhotoViewWrapper({super.key,
  this.imageUrl,
  this.imageProvider,
  this.loadingBuilder,
  this.backgroundDecoration,
  this.minScale,
  this.maxScale,
  this.initialScale,
  this.basePosition = Alignment.center,
  this.filterQuality = FilterQuality.none,
  this.disableGestures,
});