Ruby

Results 2 comments of Ruby

I tried handling it using a combination of View and Compose and it works. I built the BlurView inside a View and used ComposeView to handle all the other views...

@williankl I separate compose part and blur part like this: ``` ```