makeBody(configuration:)
Creates a view representing the body of a progress view.
Declaration
@ViewBuilder @MainActor @preconcurrency func makeBody(configuration: Self.Configuration) -> Self.BodyParameters
- configuration:
The properties of the progress view being created.
Discussion
The view hierarchy calls this method for each progress view where this style is the current progress view style.