drag_select_grid_view library
Classes
- DragSelectGridView
- Grid that supports both dragging and tapping to select its items.
- DragSelectGridViewController
- A controller for DragSelectGridView.
- Selection
- Information about the grid selection.
Typedefs
- SelectableWidgetBuilder = Widget Function(BuildContext context, int index, bool selected)
- Function signature for creating widgets based on the index and whether it is selected or not.
- SelectionChangedCallback = void Function(Selection selection)
- Function signature for notifying whenever the selection changes.