I have a list view of posts. On each list view item, I want to open a corresponding bottom sheet. I am trying to open bottom sheet to load all comments on a post. (Ignore the fixed comments component below like and comment buttons, I have to remove those.)
But due to bottom sheet being inside a list view for each list item, it is showing in the ListView UI.
How can I fix it?