Say I want a composable to have the same width as ...
# compose
a
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
nvm. just remembered about IntrinsicSize
👍 1