selectedItemBuilder property
Optional parameter to build the current selection inside the widget.
Implementation
final Widget Function(T? selection)? selectedItemBuilder;
Optional parameter to build the current selection inside the widget.
final Widget Function(T? selection)? selectedItemBuilder;