TtBreadcrumb
data class TtBreadcrumb(val id: Int, val label: StringResolver, val rootItemIcon: DrawableResolver? = null)
Data class that can be used to populated the TtNavigationBar's breadcrumbs.
Parameters
id
The unique identifier for the breadcrumb.
label
The label displayed within the breadcrumb.
rootItemIcon
The icon shown in the root breadcrumb of the component.