InteractiveViewerBoundary constructor
const
InteractiveViewerBoundary({
- required Widget child,
- required double boundaryWidth,
- TransformationController? controller,
- ScaleChanged? onScaleChanged,
- VoidCallback? onLeftBoundaryHit,
- VoidCallback? onRightBoundaryHit,
- VoidCallback? onNoBoundaryHit,
- double? maxScale,
- double? minScale,
Implementation
const InteractiveViewerBoundary({
required this.child,
required this.boundaryWidth,
this.controller,
this.onScaleChanged,
this.onLeftBoundaryHit,
this.onRightBoundaryHit,
this.onNoBoundaryHit,
this.maxScale,
this.minScale,
});