CelebrationFeedback.none constructor

const CelebrationFeedback.none()

No platform haptics and no audio.

Implementation

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