selectedItemBuilder property
A builder function that returns a widget to display the selected item.
The builder takes the current BuildContext and the selected item value.
Implementation
final Widget Function(BuildContext context, T value, int index)?
selectedItemBuilder;