enableHaptics property
final
Whether to fire HapticFeedback at animation start. Defaults to true.
Ignored when feedback is non-null (see CelebrationFeedback).
The haptic pattern depends on preset:
- burst / fireworks → HapticFeedback.heavyImpact
- rain → HapticFeedback.mediumImpact
- snow → no haptic
Implementation
final bool enableHaptics;