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 enter transition for the widget that is built.

If specified, the enterTransition will be ignored.

Implementation

final AnimatedWidgetBuilder? insertItemBuilder;