Hi developers i have been using gridview in my flutter app to display some data's my gridview which has crossAxisCount: 5
which is 5 columns so when clicking an item from gridview i want more information like which column user have clicked like below
so when user clicks info3 and info8 from the gridview is it possible or a way we can get col3 is clicked? thanks