Is there any specific way of setting padding for a...
# compose
m
Is there any specific way of setting padding for a coil image? Atm, with a padding modifier, the image is being ‘resized’ at the start. It’s really fast, so not so easy to see. But this must not be the intended behavior. Any1 having same issues ?
nvm i was using Image + rememberAsyncImagePainter… which is not recommended. You should use AsyncImage or SubcomposeAsyncImage