I18nNavigationTab
data class I18nNavigationTab(val title: StringResource, val icon: ImageVector, val contentDescription: String) : NavigatorTab<StringResource>
The I18nNavigationTab
data class represents the information about a tab used to navigate between the screens of the application, it allows the I18n string for the title using the StringResource
Author
N7ghtm4r3 - Tecknobit
Since
1.0.0
Parameters
title
The title of the tab
icon
The representative icon of the tab
contentDescription
The content description for the accessibility