withTapBehavior method

TouchInteractionConfig withTapBehavior(
  1. TouchTapBehavior value
)

Replaces TouchInteractionConfig.tapBehavior with value.

Implementation

TouchInteractionConfig withTapBehavior(TouchTapBehavior value) =>
    copyWith(tapBehavior: value);