screens/select_item library

Classes

SelectItem<T>
A widget for selecting a new value from a list of values.

Typedefs

SelectItemCallbackShortcuts<T> = Map<ShortcutActivator, VoidCallback> Function(T value)
The type of a function which returns callback shortcuts for a given value.