withPanThreshold method
- double value
Replaces GestureConfig.panThreshold with value.
Implementation
GestureConfig withPanThreshold(double value) => copyWith(panThreshold: value);
Replaces GestureConfig.panThreshold with value.
GestureConfig withPanThreshold(double value) => copyWith(panThreshold: value);