ItemSearchDelegate<T> typedef

ItemSearchDelegate<T> = List<T> Function(List<T>? list, String text)

Implementation

typedef ItemSearchDelegate<T> = List<T> Function(List<T>? list, String text);