Animations enum
An enum representing different types of animations.
Values
- fadeAnimation → const Animations
-
Enum value used for the fade animation.
- directionalAnimation → const Animations
-
Enum value used for the directional animation.
Properties
Methods
-
animateWidget(
Widget child, {AnimationArguments? animationArguments}) → Widget -
Animates the specified
child
widget based on the animation type and arguments. -
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<
Animations> - A constant List of the values in this enum, in order of their declaration.