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