Trying to wrap my head around Intrinsics again. B...
# compose
c
Trying to wrap my head around Intrinsics again. By default does every layout (box, col, row, etc) essentially have a height set to
.height(IntrinsicSize.Min)
? If not... why not since it seems like it'd behave the same? 🤔