multi_select_flutter library

Classes

HorizontalScrollBar
MultiSelectActions<T>
Contains common actions that are used by different multi select classes.
MultiSelectBottomSheet<T>
A bottom sheet widget containing either a classic checkbox style list, or a chip style list.
MultiSelectBottomSheetField<V>
A customizable InkWell widget that opens the MultiSelectBottomSheet
MultiSelectChipDisplay<V>
A widget meant to display selected values as chips.
MultiSelectChipField<V>
MultiSelectDialog<T>
A dialog containing either a classic checkbox style list, or a chip style list.
MultiSelectDialogField<V>
A customizable InkWell widget that opens the MultiSelectDialog
MultiSelectItem<T>
A model class used to represent a selectable item.

Enums

MultiSelectListType
Used by MultiSelectDialog and MultiSelectBottomSheet to determine which type of list to render.