withTouch method

InteractionConfig withTouch(
  1. TouchInteractionConfig value
)

Replaces InteractionConfig.touch with value.

Implementation

InteractionConfig withTouch(TouchInteractionConfig value) =>
    copyWith(touch: value);