body(content:phase:)
Gets the current body of the caller.
Declaration
@ViewBuilder @MainActor @preconcurrency func body(content: Self.Content, phase: TransitionPhase) -> Self.BodyDiscussion
content is a proxy for the view that will have the modifier represented by Self applied to it.