RE
09/08/2021, 7:36 AMModifier.blur()
api, but it only can blur the content, is there any way to blur the background like this library? https://github.com/mmin18/RealtimeBlurViewChris Johnson
09/08/2021, 7:43 AMDrawWithContent
So you could in theory do
DrawWithContent, and then either do it with the canvas or create a random gradient or whatever other blur implementation you want. The important thing is you can control the Z axis of drawing.