widgets/select/select_configs library

Typedefs

ItemChildrenAccessor<T> = List<T>? Function(T item)
ItemKeyAccessor<T> = String? Function(T item)
ItemTextAccessor<T> = String Function(T item)
ItemValueAccessor<T, V> = V Function(T item)
TSelectRecord<V> = ({String? key, String text, V value})