Hello, is there a way to know the "wanted" height ...
# compose
n
Hello, is there a way to know the "wanted" height of a Composable, ie the minimum height for it to wrap its components ? I'm modifying the height of the parent dynamically and I want to know what's the "upper limit" (when the child no longer need more space). Is there an equivalent to "measuredHeight" in Compose ?
z