onSelection property

dynamic Function(List<User>?, BuildContext)? onSelection
final

onSelection a custom callback that would utilize the selected users to execute some task

Implementation

final Function(List<User>?, BuildContext)? onSelection;