A part of the application’s user interface.
public protocol Scene
The type of scene representing the body of this scene.
associatedtype Body: Scene
The content and behaviour of the scene.
@SceneBuilder var body: Self.Body