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