Hmm. In my custom `Layout` I measure a `Text` chil...
# compose
d
Hmm. In my custom
Layout
I measure a
Text
child passing
constraints.copy(minWidth = 300, maxWidth = 300)
but it still ends up being less than
300
. Why is that? How do I measure it so that it will fill the width I want?