how to make one text from response have onclick property in flutter?
I am getting a list of responses from API, and I am using List View Builder and a text widget to display them all at once, so now I will have multiple texts according to the length of the response.…