Hi, I'm thrilled to use the new Sheet container. However, it does something I'd love to see changed, if possible.
Currently, when you tap above the Sheet, it hides itself. This is good.
The problem is that components, such as Buttons, receive the same event. So you dismiss the Sheet, and the same tap triggers a Button that happens to be behind the layer.
I'd much prefer if there were a boolean I could set so that the tap to dismiss would be automatically consumed, prior to its being received by whatever UI is behind the layer.
Just to be clear, by tapping to dismiss the Sheet, I mean tapping outside of the boundaries of the Sheet itself, rather than using the close (X) button.
Thanks for the cool Component!
Peter