namespace Expose.MyIT.Client.Shared; public partial class MainLayout { bool _DrawerOpen = true; void DrawerToggle() => _DrawerOpen = !_DrawerOpen; }