onChanged property
final
Callback function to call when the Radio Button is tapped.
Setting this to null will disable the widget.
Implementation
final ValueChanged<T?>? onChanged;
Callback function to call when the Radio Button is tapped.
Setting this to null will disable the widget.
final ValueChanged<T?>? onChanged;