onChanged property

ValueChanged<ItemType?>? onChanged
final

Called with the new selection (or null when dismissed without picking).

Implementation

final ValueChanged<ItemType?>? onChanged;