InteractiveViewerOptions constructor
const
InteractiveViewerOptions({
- bool constrained = false,
- EdgeInsets boundaryMargin = const EdgeInsets.all(100),
- double minScale = 0.1,
- double maxScale = 3.0,
- bool enablePanAndZoom = true,
Implementation
const InteractiveViewerOptions({
this.constrained = false,
this.boundaryMargin = const EdgeInsets.all(100),
this.minScale = 0.1,
this.maxScale = 3.0,
this.enablePanAndZoom = true,
});