init(content:)
Creates a new ControlGroup with the specified children
Declaration
init(@ViewBuilder content: () -> Content)Parameters
- content:
The children to display
Creates a new ControlGroup with the specified children
init(@ViewBuilder content: () -> Content)The children to display