removeItemBuilder property

AnimatedWidgetBuilder<Widget, dynamic>? removeItemBuilder
final

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.

Implementation

final AnimatedWidgetBuilder? removeItemBuilder;