itemBuilder property

Widget Function(ItemType item, bool isSelected) itemBuilder
final

Builds the widget for a single item.

The second callback argument is true when the item matches the configured selection semantics.

Implementation

final Widget Function(ItemType item, bool isSelected) itemBuilder;