I'm trying to show a snackbar.
After I click on a gesture detector, this snack has two buttons.
The problem is that the snackbar appears for seconds and then disappears.
So I have two questions:
- How to stop the snackbar from disappearing until the user takes an action and clicks on a button?
- Also, the snackbar has a height of the whole screen.
How can I make it have a specific height in the bottom of the screen?