I want to create a blur effect in Compose where I ...
# compose
s
I want to create a blur effect in Compose where I want to blur the background of a column/box so it gets the glassy effect. However, I don't want the content inside that box or column to get blurred! How can I achieve this?
👍 1
r
You can use the library called Haze
j
s
Thanks! But is it too much of work to make it happen that we have a library for it?
r
It's not a ton of work but a bit tricky so it's better to go through that library. Also note it won't work on all versions of Android
s
No right now I'm planning use it for Desktop only!