onSelected property Null safety
final
Called when the user makes a selection.
Implementation
final void Function(List<String> selected)? onSelected;
Called when the user makes a selection.
final void Function(List<String> selected)? onSelected;