Toolbar Title Features in iOS
In iOS 16+, use toolbarTitleMenu() to present a menu when users tap the navigation title.
In iOS 17+, we can use .toolbarTitleDisplayMode(.inlineLarge) to have the navigation bar title stay large and inline

In iOS 16+, use toolbarTitleMenu() to present a menu when users tap the navigation title.
In iOS 17+, we can use .toolbarTitleDisplayMode(.inlineLarge) to have the navigation bar title stay large and inline
