withEnableZoom method
- bool value
Replaces InteractionConfig.enableZoom with value.
Implementation
InteractionConfig withEnableZoom(bool value) => copyWith(enableZoom: value);
Replaces InteractionConfig.enableZoom with value.
InteractionConfig withEnableZoom(bool value) => copyWith(enableZoom: value);