AnimatedStaggeredGridRemovedItemBuilder typedef

AnimatedStaggeredGridRemovedItemBuilder = Widget Function(BuildContext context, Animation<double> animation)

Signature for the builder callback used by AnimatedStaggeredGridState.removeItem.

Implementation

typedef AnimatedStaggeredGridRemovedItemBuilder = Widget Function(
    BuildContext context, Animation<double> animation);