Navigation Route Label
Represents a Material UI styled label for navigation routes, used to display route names in a navigation container.
Overview
Initializer
NavigationRouteLabel(systemImage: String, _ titleKey: String)Parameters
Parameter
Description
Example
NavigationRoute {
Container {
Text("Profile View")
}
} label: {
NavigationRouteLabel(systemImage: "arrowshape.turn.up.right.fill", "Navigation Route")
}

Last updated