itemBuilder property
Called, as needed, to build list item widgets.
List items are only built when they're scrolled into view.
The DataSnapshot 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 FirebaseAnimatedListItemBuilder itemBuilder;