GesturesSettings constructor
GesturesSettings({
- bool? rotateEnabled,
- bool? pinchToZoomEnabled,
- bool? scrollEnabled,
- bool? simultaneousRotateAndPinchToZoomEnabled,
- bool? pitchEnabled,
- ScrollMode? scrollMode,
- bool? doubleTapToZoomInEnabled,
- bool? doubleTouchToZoomOutEnabled,
- bool? quickZoomEnabled,
- ScreenCoordinate? focalPoint,
- bool? pinchToZoomDecelerationEnabled,
- bool? rotateDecelerationEnabled,
- bool? scrollDecelerationEnabled,
- bool? increaseRotateThresholdWhenPinchingToZoom,
- bool? increasePinchToZoomThresholdWhenRotating,
- double? zoomAnimationAmount,
- bool? pinchPanEnabled,
Implementation
GesturesSettings({
this.rotateEnabled,
this.pinchToZoomEnabled,
this.scrollEnabled,
this.simultaneousRotateAndPinchToZoomEnabled,
this.pitchEnabled,
this.scrollMode,
this.doubleTapToZoomInEnabled,
this.doubleTouchToZoomOutEnabled,
this.quickZoomEnabled,
this.focalPoint,
this.pinchToZoomDecelerationEnabled,
this.rotateDecelerationEnabled,
this.scrollDecelerationEnabled,
this.increaseRotateThresholdWhenPinchingToZoom,
this.increasePinchToZoomThresholdWhenRotating,
this.zoomAnimationAmount,
this.pinchPanEnabled,
});