modal_bottom_sheet icon indicating copy to clipboard operation
modal_bottom_sheet copied to clipboard

[Sheet] Can I close the sheet programmatically or tapping outside the sheet?

Open ferrarafer opened this issue 9 months ago • 3 comments

Can I close the sheet programmatically or tapping outside the sheet?

ferrarafer avatar May 02 '24 04:05 ferrarafer

As the sheet is just a new route on top, you can just call Navigator.pop(context) to close it.

orestesgaolin avatar May 09 '24 09:05 orestesgaolin

@orestesgaolin that doesn't work. I'm using a Sheet, not a SheetRoute.

Also, there is interaction on the available zone behind the Sheet, while in a common bottom sheet would be a frozen (with opacity) effect and no interaction with the widget below Is there a way to change this behavior?

ferrarafer avatar May 09 '24 13:05 ferrarafer

I also want to know this? Can we do like controller.relativeanimate(0...etc) when tap outside?

ember11498 avatar May 23 '24 08:05 ember11498