makeBody(configuration:)
Creates a view representing the body of a control group.
Declaration
@ViewBuilder @MainActor @preconcurrency func makeBody(configuration: Self.Configuration) -> Self.BodyParameters
- configuration:
The properties of the control group instance being created.
Discussion
This method will be called for each instance of ControlGroup created within a view hierarchy where this style is the current ControlGroupStyle.