onChanged property
void Function(T key)
onChanged
final
The callback function when the selected key changes.
Implementation
final void Function(T key) onChanged;
The callback function when the selected key changes.
final void Function(T key) onChanged;