Whether the back button is hidden. Defaults to
true.Support
Usage
Hiding the back button
With a custom back action
When hiding the default back button, provide an alternative navigation method using a toolbar item.Notes
- This modifier is typically applied to a destination view within a NavigationStack.
- When hiding the back button, consider providing an alternative way for the user to navigate back.
See Also
- navigationTitle — sets the navigation bar title
- navigationBarTitleDisplayMode — controls title display size
- NavigationStack — the navigation container