How can we give card elevation from only one side ...
# multiplatform
b
How can we give card elevation from only one side in jetpack compose ?
s
Have you tried adding shadows instead of elevation? You can even create your own shadow using
Brush.verticalGradient
and playing around with values