ListView of Checkboxes in Flutter causes an Exception
I have a scrollable list of checkboxes. When I realized that I could have more or that small screen size may not hold my list, I decided to use the simplest scrollable list (ListView). If I shrinkwrap the list -…