withTapBehavior method
- TouchTapBehavior value
Replaces TouchInteractionConfig.tapBehavior with value.
Implementation
TouchInteractionConfig withTapBehavior(TouchTapBehavior value) =>
copyWith(tapBehavior: value);
Replaces TouchInteractionConfig.tapBehavior with value.
TouchInteractionConfig withTapBehavior(TouchTapBehavior value) =>
copyWith(tapBehavior: value);