itemBuilder property

A builder that is called to build items in the ListView.

The value parameter is the V at this position in the list.

Implementation

final PagedValueScrollViewIndexedWidgetBuilder<V> itemBuilder;