init(_:id:onTap:destination:label:)

NavigationLinkStore.swift:97
iOS
deprecated
macOS
deprecated
tvOS
deprecated
watchOS
deprecated
@MainActor init(_ store: Store<PresentationState<State>, PresentationAction<Action>>, id: State.ID, onTap: @escaping () -> Void, @ViewBuilder destination: @escaping (_ store: Store<State, Action>) -> Destination, @ViewBuilder label: () -> Label) where State : Identifiable, State == DestinationState, Action == DestinationAction