menu
customize_search_dropdown package
documentation
custom_dropdown.dart
CustomDropdown<T>
onListChanged property
onListChanged property
dark_mode
light_mode
onListChanged
property
ValueChanged
<
List
<
T
>
>
?
onListChanged
final
Callback when items are selected (Multi Selection Mode).
Implementation
final ValueChanged<List<T>>? onListChanged;
customize_search_dropdown package
documentation
custom_dropdown
CustomDropdown<T>
onListChanged property
CustomDropdown class