removeItemBuilder property
A custom builder that is for removing items with animations.
The child argument is the widget that is returned by itemBuilder,
and the animation
is an Animation that should be used to animate an exit
transition for the widget that is built.
If specified, the exitTransition will be ignored.
Implementation
final AnimatedWidgetBuilder? removeItemBuilder;