but I don't know if it is intended. When I add a size modifier to the top level composable in a given route that size seems to be overridden and it always fills the NavHost size. Is this intended? And how is this even possible?
z
Zach Klippenstein (he/him) [MOD]
05/06/2024, 3:42 PM
the kdoc explains it
👍 1
p
Pedro Romano Barbosa
05/06/2024, 11:14 PM
Didn't know that, thanks! So if I use requiredHeight it should ignore the parents constraints and have the size I set it?