CelebrationFeedback.hapticsOnly constructor

const CelebrationFeedback.hapticsOnly()

Preset-specific haptics only; no audio.

Implementation

const CelebrationFeedback.hapticsOnly()
    : enableHaptics = true,
      enableSound = false,
      builtinSound = null,
      soundAssetPath = null;