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

See also

Constructors

Link copied to clipboard
constructor(title: StringResource, icon: ImageVector, contentDescription: String)

Properties

Link copied to clipboard
open override val contentDescription: String
Link copied to clipboard
open override val icon: ImageVector
Link copied to clipboard
open override val title: StringResource