itemBuilder property

ReorderableItemBuilder<Widget, E> itemBuilder
final

Called, as needed, to build list item widgets.

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

The ItemBuilder index parameter indicates the item's position in the list. The value of the index parameter will be between zero and one less than items. All items in the list must have a unique Key.

Implementation

final ReorderableItemBuilder<Widget, E> itemBuilder;