bottomsheet code should move to MyMintsScreen
Closed this issue · 1 comments
ankur2136 commented
This shouldnt reside on top level app where its only used for MyMints screen.
Instead it could be a param to the screen and you can hide/show the state based on that.
ankur2136 commented
As per UI the bottomsheet is drawn on top of the bottomNavbar and hence above the Scaffold layer.
So it needs to be in the top layer