So I know that when I don't use Modifier.height() is like "WRAP_CONTENT" is set, but what if I want to set the value in height as WRAP_CONTENT. Is there a way to do this?
Already tried InstrinsicSize.Min, InstrinsicSize.Max and 0.dp.
Looking for something like this: Modifier.height(WRAP_CONTENT)
This is just for specific knowledge as I can't find nothing in the documents.