AnimationConfig class
Configuration class for complex multi-property animations.
Constructors
Properties
- curve → Curve
-
final
- duration → Duration
-
final
- fadeFrom → double
-
final
- fadeTo → double
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scaleFrom → double
-
final
- scaleTo → double
-
final
- slideFrom → Offset
-
final
- slideTo → Offset
-
final
Methods
-
animate(
AnimationController controller) → AnimatedValues - Creates animations from this config using the given controller.
-
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