onChanged property

(void Function(T)?) onChanged
final

The callback that is called when a new option is tapped.

Implementation

final void Function(T)? onChanged;