Component - View protocol and body property
This UI component shows how a SwiftUI view uses the View protocol and the body property to define its content. The body property returns the UI elements that make up the view.
This UI component shows how a SwiftUI view uses the View protocol and the body property to define its content. The body property returns the UI elements that make up the view.
ContentView
└── VStack
├── Text
└── Button