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?