How would be the best/ideal way to use the width o...
# compose
c
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
you can take a look on how it is implemented in Coil image loading library