feedback property

CelebrationFeedback? feedback
final

Optional grouped haptic and audio settings.

When non-null, overrides enableHaptics, enableSound, and soundAssetPath so you can bind one object (e.g. from ValueNotifier or settings) and update it when user preferences change.

Implementation

final CelebrationFeedback? feedback;