recommendationBuilder property

Widget Function(List<T> selectedItems, void toggleSelection(T item))? recommendationBuilder
final

An optional builder to show recommendations with access to the current selection.

Implementation

final Widget Function(List<T> selectedItems, void Function(T item) toggleSelection)? recommendationBuilder;