DisplayConfig constructor
const
DisplayConfig({
- Map<
DragStart, DragGesture> ? drag, - Map<
ScaleStart, ScaleGesture> ? scale, - GestureConstraints? constraints,
- OnRelease? onRelease,
- OnStageTap? onTap,
- OnStageTap? onDoubleTap,
- double? doubleTapPullFactor,
- DragPromote? dragPromote,
- double? scaleVelocityCancel,
- CropConfig? crop,
- WidgetBuilder? overlay,
- OriginRect? display,
- OriginRect? displayContainer,
- Overrides? overrides,
- StageBuilder? builder,
- 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,
});