onChanged property

(dynamic Function(T?)?) onChanged
final

Called when the item of the CustomDropdown should change.

Implementation

final Function(T?)? onChanged;