InteractiveViewerOptions constructor

const InteractiveViewerOptions({
  1. bool constrained = false,
  2. EdgeInsets boundaryMargin = const EdgeInsets.all(100),
  3. double minScale = 0.1,
  4. double maxScale = 3.0,
  5. 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,
});