Page URL
https://docs.flutter.dev/get-started/fundamentals/user-input#radio
Page source
No response
Describe the problem
Radio widget example code is using onChanged, groupValue property which is deprecated after v3.32.0-0.0.pre
Expected fix
I think it should be fixed to use RadioGroup instead of using onChanged, groupValue
Additional context
No response
I would like to fix this problem.