CelebrationScene constructor
- required Preset preset,
- ConfettiCustomization? customization,
Creates a scene with optional base customization.
Implementation
const CelebrationScene({
required this.preset,
this.customization,
});
Creates a scene with optional base customization.
const CelebrationScene({
required this.preset,
this.customization,
});