itemBuilder property

FirestoreAnimatedListItemBuilder<T> itemBuilder
final

Called, as needed, to build list item widgets.

List items are only built when they're scrolled into view.

The DocumentSnapshot parameter indicates the snapshot that should be used to build the item.

Implementations of this callback should assume that AnimatedList.removeItem removes an item immediately.

Implementation

final FirestoreAnimatedListItemBuilder<T> itemBuilder;