NavigationSplitViewVisibility is the type that controls sidebar (and content column) visibility in a NavigationSplitView. You create a @State property of this type and pass a Binding to the split view initializer.
Declaration
struct NavigationSplitViewVisibility
Usage pattern