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