inline library

Classes

ChoiceList<T>
ChoiceListError
ChoiceListLoader
ChoiceListPlaceholder
Placeholder widget for empty choice items
InlineChoice<T>
Widget to create inline choice with single or multiple selection

Typedefs

ChoiceItemBuilder = Widget Function()
ChoiceListBuilder = Widget Function(IndexedChoiceItemBuilder itemBuilder, int itemCount)
ChoiceSkipCallback<T> = bool Function(String? keyword, int index)
IndexedChoiceItemBuilder = Widget Function(int index)