onSelectionChanged property

void Function(List<DropdownItem> items)? onSelectionChanged
final

Called when the user changes the selection.

Implementation

final void Function(List<DropdownItem<dynamic>> items)? onSelectionChanged;