animationPreset property
Animation preset to use.
Pre-configured animation styles for common use cases:
- AnimationPreset.defaultPreset: Standard animations (default)
- AnimationPreset.smooth: Smooth, gentle animations
- AnimationPreset.bouncy: Bouncy, energetic animations
- AnimationPreset.quick: Fast, snappy animations
- AnimationPreset.dramatic: Dramatic, attention-grabbing animations
Defaults to AnimationPreset.defaultPreset.
animationPreset: AnimationPreset.bouncy // Use bouncy preset
Implementation
final AnimationPreset animationPreset;