DisplayConfig constructor

const DisplayConfig({
  1. Map<DragStart, DragGesture>? drag,
  2. Map<ScaleStart, ScaleGesture>? scale,
  3. GestureConstraints? constraints,
  4. OnRelease? onRelease,
  5. OnStageTap? onTap,
  6. OnStageTap? onDoubleTap,
  7. double? doubleTapPullFactor,
  8. DragPromote? dragPromote,
  9. double? scaleVelocityCancel,
  10. CropConfig? crop,
  11. WidgetBuilder? overlay,
  12. OriginRect? display,
  13. OriginRect? displayContainer,
  14. Overrides? overrides,
  15. StageBuilder? builder,
  16. VoidCallback? onTapOutside,
})

Implementation

const DisplayConfig({
  this.drag,
  this.scale,
  this.constraints,
  this.onRelease,
  this.onTap,
  this.onDoubleTap,
  this.doubleTapPullFactor,
  this.dragPromote,
  this.scaleVelocityCancel,
  this.crop,
  this.overlay,
  this.display,
  this.displayContainer,
  this.overrides,
  this.builder,
  this.onTapOutside,
});