animated_staggered_grid library

Classes

AnimatedStaggeredGrid
A scrolling container that animates items when they are inserted or removed.
AnimatedStaggeredGridState
The state for a scrolling container that animates items when they are inserted or removed.

Typedefs

AnimatedStaggeredGridItemBuilder = Widget Function(BuildContext context, int index, Animation<double> animation)
Signature for the builder callback used by AnimatedStaggeredGrid.
AnimatedStaggeredGridRemovedItemBuilder = Widget Function(BuildContext context, Animation<double> animation)
Signature for the builder callback used by AnimatedStaggeredGridState.removeItem.