I want to open a custom "sheet" when the user presses a button. Not a BottomSheet but rather some content that draws over the bottombar and topbar, taking all space available. How can I do that with
NavGraph
if my
NavGraph
is nested inside a
Scaffold
?
✅ 1
i
Ian Lake
06/14/2022, 6:30 PM
You might look at how Accompanist Navigation Material works as inspiration for writing your own