Is there something particular about `Image` and `M...
# compose
z
Is there something particular about
Image
and
Modifier.shadow
? I'm applying a shadow to an image, but no shadow is drawn.
d
You may need to set a background and/or shape to have the shadow drawn
My understanding is that the shadow has to be based off of something, and Android won't compute the shadow of something as complex as an image