onListChanged property

dynamic Function(List<T>)? onListChanged
final

Called when the list of items of the DropdownFlutter should change.

Implementation

final Function(List<T>)? onListChanged;