selectedItems property
This will give the call back to the selected items from list.
Implementation
final Function(List<dynamic>)? selectedItems;
This will give the call back to the selected items from list.
final Function(List<dynamic>)? selectedItems;