selectify library
Classes
-
MultipleSelection<
T> - SelectionConfig
-
SelectionModel<
T> -
SingleSelection<
T> - A widget that allows for single item selection from a list of items. It supports different layouts: grid, list tile, or wrap.
Typedefs
-
SelectionItemBuilder<
T> = Widget Function(BuildContext, T, int, bool) - A type definition for a function that builds an item widget. Takes the current BuildContext, the item, its index, and a selection state indicator.