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