selectedItems property

dynamic Function(List)? selectedItems
final

This will give the call back to the selected items from list.

Implementation

final Function(List<dynamic>)? selectedItems;