This scales the image to occupy the entire width but the text above ends up not being visible. I am wondering if there's something wrong about how I'm setting the constraints.
Vinay Gaba
03/07/2020, 7:01 AM
The Text composable isn't visible and is hidden behind the image. This wasn't happening when I was using
DrawImage
Vinay Gaba
03/07/2020, 7:12 AM
also when I try to make an image with rounded corners, it's not working. Here's the code