menu
dropinity package
documentation
custom_drop_down/dropinity.dart
Dropinity<FullResponse, Model>
onListChanged property
onListChanged property
dark_mode
light_mode
onListChanged
property
FutureOr
<
void
>
Function
(
List
<
Model
>
values
)
?
onListChanged
final
callback when list changes
Implementation
final FutureOr<void> Function(List<Model> values)? onListChanged;
dropinity package
documentation
custom_drop_down/dropinity
Dropinity<FullResponse, Model>
onListChanged property
Dropinity class