itemBuilder property

Widget Function(BuildContext, DataSnapshot, int) itemBuilder
final

The builder to use to build the items in the list.

The builder is passed the build context, snapshot of data and index of the item in the list.

Implementation

final Widget Function(BuildContext, DataSnapshot, int) itemBuilder;