https://kotlinlang.org logo
Title
y

YASAN

02/23/2022, 7:21 PM
Is there a proper/easy way to add inner shadow to composables? I want a small simple shadow INSIDE my Column. I looked up other answers in this server and I couldnt make the suggestions work and was wondering if there is a new/better method available now.
I want to implement this basically:
a

Arjun Achatz

02/23/2022, 10:45 PM
Custom draw the gradient ?
I remember someone made a neomorphic library for compose views recently, you might be able to reference that code
A few examples
y

YASAN

02/23/2022, 11:09 PM
I tried some gradient stuff but couldnt make it work properly.
Thanks ill look into the library.