insertItemBuilder property

AnimatedWidgetBuilder<Widget, dynamic>? insertItemBuilder
final

A custom builder that is for adding 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? insertItemBuilder;