vinaygaba / Learn-Jetpack-Compose-By-Example

🚀 This project contains various examples that show how you would do things the "Jetpack Compose" way

Home Page:https://jetpackcompose.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add example about beautiful ui

chachako opened this issue · comments

commented

I don’t seem to find the following API, if you can add an example it is very cool dude!

  1. How to create a shadow with color
  2. Blur the widgets or background, just like android Blurkit, flutter BackdropFilter
commented

@vinaygaba Is there a way to modify the color of the shadow?

Unfortunately, that is not allowed as of now. There was a discussion around this and you can follow the thread for more details - https://kotlinlang.slack.com/archives/CJLTWPH7S/p1587573848389700

commented

Unfortunately, that is not allowed as of now. There was a discussion around this and you can follow the thread for more details - https://kotlinlang.slack.com/archives/CJLTWPH7S/p1587573848389700

can blur view?