onChanged property
dynamic Function(T?)?
onChanged
final
Called when the item of the DropdownFlutter should change.
Implementation
final Function(T?)? onChanged;
Called when the item of the DropdownFlutter should change.
final Function(T?)? onChanged;