Hi all, is there a performance issue when we embed...
# compose
b
Hi all, is there a performance issue when we embed Scaffold? For example the first Scaffold has a bottom bar and each page has a Scaffold Content. Which means, instead of defining TopAppBar from the parent and change depending on the route, each child will have it’s one Scaffold therefore it own TopAppbar
s
That is how I've done it and there doesn't appear to be any noticeable performance issues.
b
👍