makeBody(configuration:)
Creates a view representing the body of a progress view.
Declaration
@ContentBuilder @MainActor @preconcurrency func makeBody(configuration: Self.Configuration) -> Self.BodyParameters
- configuration:
The properties of the progress view, such as its preferred progress type.
Discussion
The view hierarchy calls this method for each progress view where this style is the current progress view style.