selection_build library

Library for selection widgets. This library exports the core selection widget and related functionality.

Classes

MultipleSelection<T>
A class representing a multiple selection widget. This widget allows users to select multiple items from a list. It extends the _Selection class and overrides the _isSelected and _update methods to handle multiple selections.
SingleSelection<T>
A class representing a single selection widget. This widget allows users to select a single item from a list. It extends the _Selection class and overrides the _isSelected and _update methods to handle single selection.

Enums

SelectionLayout
Enum representing the layout options for the selection widget. Options include wrap, row, and column.