makeBody(configuration:)
Creates a view that represents the body of a navigation split view.
Declaration
@ViewBuilder @MainActor @preconcurrency func makeBody(configuration: Self.Configuration) -> Self.BodyParameters
- configuration:
The properties of the instance to create.
Discussion
SwiftUI calls this method for each instance of NavigationSplitView, where this style is the current NavigationSplitViewStyle.