withEnablePan method

InteractionConfig withEnablePan(
  1. bool value
)

Replaces InteractionConfig.enablePan with value.

Implementation

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