How would be the best/ideal way to use the width of a Composable while inside a LazyList?
Use case is to get the width of a Image so it can be used to provide a width for the image url to be the correct size
But anything with SubcomposeLayout won’t work in a LazyList, right?
a
Andrey Kulikov
08/06/2021, 11:17 AM
you can take a look on how it is implemented in Coil image loading library