AnimatedStackRemovedItemBuilder typedef

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

Signature for the builder callback used by AnimatedStackState.removeItem.

Implementation

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