init(content:)
Creates a group of content.
Declaration
@export(implementation) nonisolated init(@ContentBuilder content: () -> Content)Parameters
- content:
A Contentbuilder that produces the content to group.
Creates a group of content.
@export(implementation) nonisolated init(@ContentBuilder content: () -> Content)A Contentbuilder that produces the content to group.