withGesture method

InteractionConfig withGesture(
  1. GestureConfig value
)

Replaces InteractionConfig.gesture with value.

Implementation

InteractionConfig withGesture(GestureConfig value) =>
    copyWith(gesture: value);