onSelected property

(void Function(List<String> selected)?) onSelected
final

Called when the user makes a selection.

Implementation

final void Function(List<String> selected)? onSelected;