withPanThreshold method

GestureConfig withPanThreshold(
  1. double value
)

Replaces GestureConfig.panThreshold with value.

Implementation

GestureConfig withPanThreshold(double value) => copyWith(panThreshold: value);