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