Join Slack
Powered by
Hmm. In my custom `Layout` I measure a `Text` chil...
# compose
d
dimsuz
07/29/2021, 1:16 PM
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?
Open in Slack
Previous
Next