withEnablePinchZoom method
- bool value
Replaces TouchInteractionConfig.enablePinchZoom with value.
Implementation
TouchInteractionConfig withEnablePinchZoom(bool value) =>
copyWith(enablePinchZoom: value);
Replaces TouchInteractionConfig.enablePinchZoom with value.
TouchInteractionConfig withEnablePinchZoom(bool value) =>
copyWith(enablePinchZoom: value);