itemBuilder property

dynamic itemBuilder
final

Called, as needed, to build list item widgets.

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

Implementation

final AnimatedItemBuilder<Widget, E> itemBuilder;