onSelectionChanged property
Called when the user changes the selection.
Implementation
final void Function(List<DropdownItem<dynamic>> items)? onSelectionChanged;
Called when the user changes the selection.
final void Function(List<DropdownItem<dynamic>> items)? onSelectionChanged;