makeBody(configuration:)
Creates a view that represents the body of a menu.
Declaration
@ViewBuilder @MainActor @preconcurrency func makeBody(configuration: Self.Configuration) -> Self.BodyParameters
- configuration:
The properties of the menu.
Discussion
The system calls this method for each Menu instance in a view hierarchy where this style is the current menu style.