withEnablePan method

TouchInteractionConfig withEnablePan(
  1. bool value
)

Replaces TouchInteractionConfig.enablePan with value.

Implementation

TouchInteractionConfig withEnablePan(bool value) =>
    copyWith(enablePan: value);