asyncItemsFetcher property

Future<List<DropdownMenuItem<T>>> Function(String query)? asyncItemsFetcher
final

Implementation

final Future<List<DropdownMenuItem<T>>> Function(String query)?
    asyncItemsFetcher;