AnimatedStaggeredGridItemBuilder typedef

AnimatedStaggeredGridItemBuilder = Widget Function(BuildContext context, int index, Animation<double> animation)

Signature for the builder callback used by AnimatedStaggeredGrid.

Implementation

typedef AnimatedStaggeredGridItemBuilder = Widget Function(
    BuildContext context, int index, Animation<double> animation);