onChanged property

ValueChanged<T?>? onChanged
final

Callback function to call when the Radio Button is tapped.

Setting this to null will disable the widget.

Implementation

final ValueChanged<T?>? onChanged;