I am trying to create a functionality to open a page as a popup instead of navigating to it. Something similar to the screenshot below. I can’t seem to find it anywhere in the documentation on how to achieve this. I have tried Navigator.push()
, but it doesn’t have options to achieve what I’m looking for
Any ideas?
2
Answers
You can use showModalBottomSheet.
Here’s the documentation.
You can use this BottomSheet or Dialog to get popup the second page.
or