Join Slack
Powered by
Say I want a composable to have the same width as ...
# compose
a
Alex Styl
06/20/2025, 12:31 PM
Say I want a composable to have the same width as a sibling, do i have to measure the sibling and update the width manually? are there any convenience/tricks to do this? ie use a Box and
matchParentSize()
but for width only
Alex Styl
06/20/2025, 12:33 PM
nvm. just remembered about IntrinsicSize
👍 1
2
Views
Open in Slack
Previous
Next