selectedList property

ValueChanged<List<AtContact?>>? selectedList
final

a callback function to return back the selected list from the screen to the app

Implementation

final ValueChanged<List<AtContact?>>? selectedList;