Flutter OnChanged behaviour in Radios with multiple groups not working as expected
问题 Hi The problem is I have multiple groups of RadioButtons hence can't figure out how onChanged method will work for each group. I have a list of students and want to make a widget where a teacher can mark attendance of students by clicking on one of the Radio Buttons( present,absent,holiday,half day etc.) Here is the implementation @override Widget build(BuildContext context) { print('number students ${studentList.students.length.toString}'); return ListView.builder( itemCount: studentList