withEnablePinchZoom method

TouchInteractionConfig withEnablePinchZoom(
  1. bool value
)

Replaces TouchInteractionConfig.enablePinchZoom with value.

Implementation

TouchInteractionConfig withEnablePinchZoom(bool value) =>
    copyWith(enablePinchZoom: value);