Flutter ListView in AlertDialog overlaps with Dialog Title
I have a simple ListView in my alert dialog. It allows a user to make selection and once selected, the list tile color changes. The weird issue that I am having is for the selected tiles, when I scroll, it…