ConfettiColorTheme enum

Named palettes for themed celebration scenes.

Use with CelebrationScene.themed or build a ConfettiCustomization via ConfettiColorThemes.palette.

Inheritance
Available extensions

Values

rainbow → const ConfettiColorTheme

Full-spectrum hues.

pastel → const ConfettiColorTheme

Soft, washed saturation.

neon → const ConfettiColorTheme

High saturation / glow feel.

gold → const ConfettiColorTheme

Amber / yellow emphasis.

silver → const ConfettiColorTheme

Gray metallics.

festive → const ConfettiColorTheme

Red / green mix suited to holidays.

birthday → const ConfettiColorTheme

Bright party colors.

blue → const ConfettiColorTheme

Cool blues and teals.

green → const ConfettiColorTheme

Greens — reads as “success”.

purple → const ConfettiColorTheme

Magentas and purples.

orange → const ConfettiColorTheme

Warm oranges and corals.

teal → const ConfettiColorTheme

Teals and cyans.

pink → const ConfettiColorTheme

Pinks and magentas (distinct from purple).

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<ConfettiColorTheme>
A constant List of the values in this enum, in order of their declaration.