withEnablePanInertia method

TouchInteractionConfig withEnablePanInertia(
  1. bool value
)

Replaces TouchInteractionConfig.enablePanInertia with value.

Implementation

TouchInteractionConfig withEnablePanInertia(bool value) =>
    copyWith(enablePanInertia: value);