menu
animated_custom_dropdown
custom_dropdown.dart
CustomDropdown
<
T
>
onChanged property
onChanged
dark_mode
light_mode
onChanged
property
dynamic Function
(
T?
)
?
onChanged
final
Called when the item of the
CustomDropdown
should change.
Implementation
final Function(T?)? onChanged;
animated_custom_dropdown
custom_dropdown
CustomDropdown
<
T
>
onChanged property
CustomDropdown class