View
A type that represents part of your app’s user interface and provides modifiers that you use to configure views.
public protocol View
Default Implementations
body
public var body: Never
Requirements
Body
The type of view representing the body of this view.
associatedtype Body: View
body
The content and behavior of the view.
@ViewBuilder
var body: Self.Body