Reputation: 1
I'm trying to create a stacked bottom sheet in my Flutter app, and I want to get a visual effect where the first sheet is slightly visible, allowing the user to see that there is a bottom sheet below it.
Here are some things I would like to achieve:
I have tried using showModalBottomSheet
, but I'm struggling to achieve the stacked effect. Are there any code examples or libraries that could help me implement this feature effectively?
Upvotes: 0
Views: 49