generated/arcane_shadcn/src/components/form/select library

Typedefs

SearchFilter<T> = int Function(T item, String query)
SearchIndexer = int Function(String query)
SelectItemBuilder<T> = Widget Function(BuildContext context, SelectItemReporter selectItem, List<T> selectedValue)
SelectItemReporter = void Function(bool selected)
SelectSearch = void Function(String query)
SelectValueChanged<T> = void Function(T value, bool selected)