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
Is there a way to have a backdrop filter (blur) for the barrier instead of just a color?
Ideally with animation as well (so the blur can come in and out). This is currently possible with Sheets/ModalBottomSheet package as we are given a builder to work with and would be a wonderful addition here
The text was updated successfully, but these errors were encountered:
Currently, there is no convenient way to add a custom modal barrier. However, you can extend ModalSheetRoute and override buildModalBarrier() to customize the barrier creation logic:
Is there a way to have a backdrop filter (blur) for the barrier instead of just a color?
Ideally with animation as well (so the blur can come in and out). This is currently possible with Sheets/ModalBottomSheet package as we are given a builder to work with and would be a wonderful addition here
The text was updated successfully, but these errors were encountered: