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
_Selectionclass and overrides the_isSelectedand_updatemethods 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
_Selectionclass and overrides the_isSelectedand_updatemethods to handle single selection.
Enums
- SelectionLayout
-
Enum representing the layout options for the selection widget.
Options include
wrap,row, andcolumn.