onListChanged property

(dynamic Function(List<T>)?) onListChanged
final

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

Implementation

final Function(List<T>)? onListChanged;