AnimationPresets class
Predefined animation configurations for common use cases
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
- bounce → const AnimationConfig
- Bounce animation
- elastic → const AnimationConfig
- Elastic animation
- fade → const AnimationConfig
- Smooth fade animation
- scale → const AnimationConfig
- Scale animation
- slideFromBottom → const AnimationConfig
- Slide from bottom (default for bottom sheets)
- slideFromLeft → const AnimationConfig
- Slide from left
- slideFromRight → const AnimationConfig
- Slide from right
- slideFromTop → const AnimationConfig
- Slide from top
- slideLeftToRight → const AnimationConfig
- Slide in from left, exit to right
- slideRightToLeft → const AnimationConfig
- Slide in from right, exit to left