LayoutContext
Provides context for layout-aware components to coordinate states (e.g., presence of a NavigationDrawer).
Overview
Wrap your main application layout specific components with LayoutProvider. This allows components like TopNavigation to know if a NavigationDrawer is present and adjust their styling or behavior accordingly (e.g., hamburger menu visibility).
Usage