withEnableHapticFeedback method

TouchInteractionConfig withEnableHapticFeedback(
  1. bool value
)

Replaces TouchInteractionConfig.enableHapticFeedback with value.

Implementation

TouchInteractionConfig withEnableHapticFeedback(bool value) =>
    copyWith(enableHapticFeedback: value);