selectedList property
a callback function to return back the selected list from the screen to the app
Implementation
final ValueChanged<List<AtContact?>>? selectedList;
a callback function to return back the selected list from the screen to the app
final ValueChanged<List<AtContact?>>? selectedList;