Hi, how can we get elevation only at the bottom wh...
# compose
b
Hi, how can we get elevation only at the bottom when using a
Card
composable
w
In my experience, that’s not really how elevation works; If you want a shadow, you could use a gradient below the card? If you want it just on the bottom, maybe you could fill the width and height of its parent except on the bottom side? Perhaps someone else will have other thoughts.
b
@Will Shelor thanks