So I am trynna make a widget with pinch to zoom in listview, list view contains: container that contains text. So you can basically pinch in to zoom the whole listview. I have looked into flutter interactive viewer and zoom library but it doesn't seem to be working.
From the following:
To the following:
Any thoughts n prayers.
So instead what I ended up doing was setting on-pinch to zoom or zoom-out increase/decrease the size of the text. And it worked like a charm.