onChanged property

dynamic Function(T?)? onChanged
final

Called when the item of the DropdownFlutter should change.

Implementation

final Function(T?)? onChanged;