AnimatedListRemovedItemBuilder typedef

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

Signature for the builder callback used by AnimatedListState.removeItem.

Implementation

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