Is there a recommended way when it comes to having a nested Scaffolds?
I have an app with BottomBar and also TopAppBar for each screen. The MainActivity displays the BottomBar with scaffold. And each screen has its own scaffold with TopAppBar. Since my actions varies for each TopAppBar it is difficult to have a single toolbar and updates its state for each screen. Hence I prefer to use TopAppBar for each screen. But just wondering is there anything that I need to know using nested scaffolds!