withEnableHapticFeedback method
- bool value
Replaces TouchInteractionConfig.enableHapticFeedback with value.
Implementation
TouchInteractionConfig withEnableHapticFeedback(bool value) =>
copyWith(enableHapticFeedback: value);
Replaces TouchInteractionConfig.enableHapticFeedback with value.
TouchInteractionConfig withEnableHapticFeedback(bool value) =>
copyWith(enableHapticFeedback: value);