CelebrationFeedback constructor
- bool enableHaptics = true,
- bool enableSound = false,
- BuiltinSound? builtinSound,
- String? soundAssetPath,
Creates feedback settings.
Provide at most one of builtinSound or soundAssetPath.
Both are ignored when enableSound is false.
Implementation
const CelebrationFeedback({
this.enableHaptics = true,
this.enableSound = false,
this.builtinSound,
this.soundAssetPath,
});