Implement a macOS-style layout with MacosWindow
devMacosWindow is the fundamental frame for a macOS-style layout. It supports a Sidebar on the left, an optional TitleBar at the top, and typically uses a MacosScaffold to fill the remaining area.
To toggle the sidebar, use MacosWindowScope.of(context).toggleSidebar().
Important: You must wrap your MacosScaffold in a Builder widget for the sidebar toggle to function correctly.