init(content:)
Creates a list with the given content.
Declaration
nonisolated init(@ContentBuilder content: () -> Content)Parameters
- content:
The content of the list.
Creates a list with the given content.
nonisolated init(@ContentBuilder content: () -> Content)The content of the list.