onChange property

(void Function(T value)?) onChange
final

Called when the user selects an item.

Implementation

final void Function(T value)? onChange;