init(content:)
Creates an Assistive Access scene.
Declaration
init(@ViewBuilder content: () -> Content)Parameters
- content:
A closure that creates the content for the app when Assistive Access is enabled.
Discussion
When Assistive Access is enabled, the given view is used as the root view of the app.