animated_multichild library

Classes

AnimatedColumn
AnimatedGridView
AnimatedListView
AnimatedRow
Transitions
The transition class provides a set of predefined transitions and utility functions to build transitions.

Constants

kChildAnimationCurve → const Curve
Curve used in the animation/transition of the child.
kChildAnimationDelay → const Duration
Default delay of a child to start animation. If a delay is 1 second, then a child will start animating 1 second after the previous child started to animate.
kChildAnimationDuration → const Duration
Default animation duration duration for children.

Typedefs

ChildTransitionBuilder = Widget Function(BuildContext context, Animation<double> animation, Widget child)
Signature for a function that creates a widget for a given widget and animation
IndexedChildTransitionBuilder = Widget Function(BuildContext context, Animation<double> animation, Widget child, int index)
Signature for a function that creates a widget for a given index, widget and animation