Contents

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.

See Also

Creating a group box