AnimateToInput class

The input for the AnimateToController.animate method.

Constructors

AnimateToInput({required GlobalKey<AnimateFromState> key, required Duration duration, required Curve curve})
Creates an AnimateToInput with the given parameters.
const

Properties

curve Curve
The curve of the animation.
final
duration Duration
The duration of the animation.
final
hashCode int
The hash code for this object.
no setteroverride
key GlobalKey<AnimateFromState>
The key of the AnimateFrom widget.
final
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.
override