withEnableZoom method

InteractionConfig withEnableZoom(
  1. bool value
)

Replaces InteractionConfig.enableZoom with value.

Implementation

InteractionConfig withEnableZoom(bool value) => copyWith(enableZoom: value);