animate_to library

Classes

AnimateFrom<T>
Wraps the widget that's meant to be animated from global position to the position of the AnimateTo widget.
AnimateFromState<T>
The state of the AnimateFrom widget.
AnimateTo<T>
The target widget to be animated to.
AnimateToController
A controller for the AnimateTo widget. it triggers the animation from the AnimateFrom widget.
AnimateToInput
The input for the AnimateToController.animate method.
AnimateToState<T>
The state of the AnimateTo widget.

Typedefs

AnimationBuilder = Widget Function(BuildContext context, Widget child, Animation<double> animation)
a signature for the animation builder.