itemBuilder property

Widget Function(T, int) itemBuilder
final

This is the builder of showed items.

index is the index of the item in the showed items list.

Implementation

final Widget Function(T, int) itemBuilder;