init(content:)
Creates an unlabeled group box with the provided view content.
Declaration
nonisolated init(@ContentBuilder content: () -> Content)Parameters
- content:
A Contentbuilder that produces the content for the group box.
Creates an unlabeled group box with the provided view content.
nonisolated init(@ContentBuilder content: () -> Content)A Contentbuilder that produces the content for the group box.