itemBuilder property

Widget Function(ItemType item, bool isSelected) itemBuilder
final

Builds the widget for a single item; isSelected is true when the item matches selectedItem.

Implementation

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