onListChanged property
Called when the list of items of the DropdownFlutter should change.
Implementation
final Function(List<T>)? onListChanged;
Called when the list of items of the DropdownFlutter should change.
final Function(List<T>)? onListChanged;