You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a BottomSheet that is near the root of our application and we are using it globally throughout our application in a number of different cases. We are having trouble figuring out how to blur the background of the BottomSheet in this case. I have seen a few different examples of how to blur a specific View when the BottomSheet is only used in a specific component, but is there a way to tell BottomSheet to "make any Views in the background blurry/opaque whenever I am rendered"?
Looking for a prop like blurBackground or something along those lines? Thanks.
The text was updated successfully, but these errors were encountered:
We have a BottomSheet that is near the root of our application and we are using it globally throughout our application in a number of different cases. We are having trouble figuring out how to blur the background of the BottomSheet in this case. I have seen a few different examples of how to blur a specific View when the BottomSheet is only used in a specific component, but is there a way to tell BottomSheet to "make any Views in the background blurry/opaque whenever I am rendered"?
Looking for a prop like
blurBackground
or something along those lines? Thanks.The text was updated successfully, but these errors were encountered: