itemBuilder property

ItemWidgetBuilder itemBuilder
final

Function which returns an Widget which defines the item at the specified IndexPath.

itemBuilder provides the current section and index.

Implementation

final ItemWidgetBuilder itemBuilder;