withGesture method
- GestureConfig value
Replaces InteractionConfig.gesture with value.
Implementation
InteractionConfig withGesture(GestureConfig value) =>
copyWith(gesture: value);
Replaces InteractionConfig.gesture with value.
InteractionConfig withGesture(GestureConfig value) =>
copyWith(gesture: value);