-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some Child Widgets Not Blurred #16
Comments
|
I'm not sure if this is the same problem, but I'm facing a similar issue to BackdropFilter, where some widgets behind are not getting blurred properly when I use Blendmode.srcOver. However, it works fine when I switch to Blendmode.src. The only thing is, I can't find the blendmode option in this package. |
This widget does not take everything behind the child like BDF it just takes the content child This package only sees the content of the child and blurs that content only instead of :
Do:
Let me know if that helps @damywise and and @hyped0001 |
We have a pretty large tree of widgets, is it possible to blur the children as well? Or would that be too heavy? |
Yes, it is possible The blurring will be done in the same amount of time, because you are blurring the same rectangular area but I advise you try it and test in few different devices to come up with your own results |
The text was updated successfully, but these errors were encountered: