animated_grid library

Classes

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

Typedefs

AnimatedGridItemBuilder = Widget Function(BuildContext context, int index, Animation<double> animation)
Signature for the builder callback used by AnimatedGrid.
AnimatedGridRemovedItemBuilder = Widget Function(BuildContext context, Animation<double> animation)
Signature for the builder callback used by AnimatedGridState.removeItem.