DestinationView

struct DestinationView : View

SwiftUI Viewwith a Router destination in the ContentView

  • The Router item

    Declaration

    Swift

    let router: Router
  • The body of the View

    Declaration

    Swift

    var body: some View { get }