onChanged property

void Function(T key) onChanged
final

The callback function when the selected key changes.

Implementation

final void Function(T key) onChanged;