AnimationConfetti enum
Animation motion profiles for mapped presets.
Map to Preset via ConfettiAnimationMaps.presetFor. Use ConfettiAnimationMaps.extraCustomizationFor for subtle tweaks (e.g. AnimationConfetti.drift motion).
Values
- streamSide → const AnimationConfetti
-
Directional stream (Preset.crossfire-style).
- omniBlast → const AnimationConfetti
-
Omnidirectional burst (Preset.nova).
- heavyRain → const AnimationConfetti
-
Heavy top-down shower (Preset.cascade).
- cascade → const AnimationConfetti
-
Downward drift (Preset.cascade).
- drift → const AnimationConfetti
-
Like cascade with stronger sideways drift (Preset.cascade + speed tweak).
- pushLeft → const AnimationConfetti
-
Directional sideways stream (Preset.crossfire).
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<
AnimationConfetti> - A constant List of the values in this enum, in order of their declaration.