withTouch method
- TouchInteractionConfig value
Replaces InteractionConfig.touch with value.
Implementation
InteractionConfig withTouch(TouchInteractionConfig value) =>
copyWith(touch: value);
Replaces InteractionConfig.touch with value.
InteractionConfig withTouch(TouchInteractionConfig value) =>
copyWith(touch: value);