multiselect_scope library

Classes

MultiselectController
An object that stores the selected indexes and also allows you to change them
MultiselectScope<T>
Widget to manage item selection

Typedefs

SelectionChangedCallback<T> = void Function(List<int> selectedIndexes, List<T> selectedItems)