Hello there. We have main app navigation inside the scaffold. Scaffold provide padding values and we pass this padding to app navigation. How to make on clean way that screens that does not need this padding just exclude it? Ok I can make main viewmodel and control this behaviour but this sounds somehow wrong. Any advice maybe?