removeItemBuilder property

AnimatedWidgetBuilder<Widget, dynamic>? removeItemBuilder
final

A custom builder that is for removing items with animations.

The context argument is the build context where the widget will be created, the index is the index of the item to be built, and the animation is an Animation that should be used to animate an exit transition for the widget that is built.

Implementation

final AnimatedWidgetBuilder? removeItemBuilder;