Is your feature request related to a problem? Please describe
The NavigationView binds to a BreadcrumbBar to show the main navigation in the header. However there is a customization of the BreadcrumbBarItem named NavigationViewBreadcrumbItem which is used to show navigation items. This class in internal and thus, it cannot be customized.
Describe the solution you'd like
Either make NavigationViewBreadcrumbItem public or allow for the changing of its typography some other way.
Describe alternatives you've considered
No response
Additional context
No response