PhotoViewGalleryPageOptions.customChild constructor
PhotoViewGalleryPageOptions.customChild({
- required Widget? child,
- String? semanticLabel,
- Size? childSize,
- PhotoViewHeroAttributes? heroAttributes,
- dynamic minScale,
- dynamic maxScale,
- dynamic initialScale,
- PhotoViewController? controller,
- PhotoViewScaleStateController? scaleStateController,
- Alignment? basePosition,
- ScaleStateCycle? scaleStateCycle,
- PhotoViewImageTapUpCallback? onTapUp,
- PhotoViewImageTapDownCallback? onTapDown,
- PhotoViewImageScaleEndCallback? onScaleEnd,
- HitTestBehavior? gestureDetectorBehavior,
- bool? tightMode,
- FilterQuality? filterQuality,
- bool? disableGestures,
Implementation
PhotoViewGalleryPageOptions.customChild({
required this.child,
this.semanticLabel,
this.childSize,
this.heroAttributes,
this.minScale,
this.maxScale,
this.initialScale,
this.controller,
this.scaleStateController,
this.basePosition,
this.scaleStateCycle,
this.onTapUp,
this.onTapDown,
this.onScaleEnd,
this.gestureDetectorBehavior,
this.tightMode,
this.filterQuality,
this.disableGestures,
}) : errorBuilder = null,
imageProvider = null;