insertItemBuilder property

AnimatedWidgetBuilder<Widget, dynamic>? insertItemBuilder
final

A custom builder that is for adding 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 entry transition for the widget that is built.

Implementation

final AnimatedWidgetBuilder? insertItemBuilder;