itemBuilder property
Builds the widget for a single item; isSelected is true when the
item matches selectedItem.
Implementation
final Widget Function(ItemType item, bool isSelected) itemBuilder;
Builds the widget for a single item; isSelected is true when the
item matches selectedItem.
final Widget Function(ItemType item, bool isSelected) itemBuilder;