https://kotlinlang.org logo
c

camkadev

05/25/2020, 6:22 PM
Is there a way to get Parent size to use them to resize child elements ?
z

Zach Klippenstein (he/him) [MOD]

05/25/2020, 8:21 PM
WithConstraints
,
Modifier.onPositioned
(gives you parent bounds, including size)
c

camkadev

05/25/2020, 8:55 PM
thanks, found and used
Layout
3 Views