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
Sean Proctor
09/16/2021, 6:16 PM
That is how I've done it and there doesn't appear to be any noticeable performance issues.