menu
fcc_widget_library package
documentation
fcc_dropdownlist.dart
FCCDropdownList<T>
asyncItemsFetcher property
asyncItemsFetcher property
dark_mode
light_mode
asyncItemsFetcher
property
Future
<
List
<
DropdownMenuItem
<
T
>
>
>
Function
(
String
query
)
?
asyncItemsFetcher
final
Implementation
final Future<List<DropdownMenuItem<T>>> Function(String query)? asyncItemsFetcher;
fcc_widget_library package
documentation
fcc_dropdownlist
FCCDropdownList<T>
asyncItemsFetcher property
FCCDropdownList class