PhotoViewWrapper constructor
const
PhotoViewWrapper({
- Key? key,
- String? imageUrl,
- ImageProvider<
Object> ? imageProvider, - LoadingBuilder? loadingBuilder,
- BoxDecoration? backgroundDecoration,
- dynamic minScale,
- dynamic maxScale,
- dynamic initialScale,
- Alignment? basePosition = Alignment.center,
- FilterQuality? filterQuality = FilterQuality.none,
- 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,
});