onSelection property
onSelection a custom callback that would utilize the selected users to execute some task
Implementation
final Function(List<User>?, BuildContext)? onSelection;
onSelection a custom callback that would utilize the selected users to execute some task
final Function(List<User>?, BuildContext)? onSelection;