Is there a way to get Parent size to use them to r...
# compose
c
Is there a way to get Parent size to use them to resize child elements ?
z
WithConstraints
,
Modifier.onPositioned
(gives you parent bounds, including size)
c
thanks, found and used
Layout