BackButtonForSettionView

@MainActor
struct BackButtonForSettionView : View

Back button for setting view

  • This EnvironmentObject navigationStore give access to all the view we want to navigate to and from It can be used to pop and push the view in the stack.

    Declaration

    Swift

    @EnvironmentObject
    @MainActor
    private var navigationStore: NavigationStackController { get }
  • Declaration

    Swift

    @MainActor
    var body: some View { get }