KoskiA
03/31/2025, 2:30 PMLazyLayout
over SubcomposeLayout
or even Layout
? If I don't need to size it based off of children, does the answer change?Zach Klippenstein (he/him) [MOD]
03/31/2025, 2:55 PMZach Klippenstein (he/him) [MOD]
03/31/2025, 2:59 PMLazyLayout
. Use SubcomposeLayout
directly when you need to defer the decision about what to compose based on eg available space but that content is mostly static (eg like Material’s Scaffold).