animated_stack_widget library

Classes

AnimatedStack
AnimatedStackManager<E>
Manages the children of an AnimatedStack.
AnimatedStackState
The state for a scrolling container that animates items when they are inserted or removed.

Typedefs

AnimatedStackItemBuilder = Widget Function(BuildContext context, int index, Animation<double> animation)
Signature for the builder callback used by AnimatedStack.
AnimatedStackRemovedItemBuilder = Widget Function(BuildContext context, Animation<double> animation)
Signature for the builder callback used by AnimatedStackState.removeItem.
RemovedItemBuilder<E> = Widget Function(E item, BuildContext context, Animation<double> animation)