model/selection/selection_options library

Classes

DelegatingSelectionOptions<T>
A SelectionOptions implementation that delegates.
GroupedOptions<T>
Holds a list of options for a selection-based component.
OptionGroup<T>
A collection of options with an optional label.
SelectionOptions<T>
Holds a list of options for a selection-based component.

Typedefs

OptionGroupMapper<T> = List<OptionGroup<T>> Function(Iterable<T> items)
An interface for functions that segment items into option groups.