Navigation
Helper
class NavigationHelper
The NavigationHelper class is useful to manage the navigation between the MainActivity and the ItemScreen of items No-any params required
Author
N7ghtm4r3 - Tecknobit
Types
Link copied to clipboard
data class NavigationTab(val screen: ItemScreen, val icon: ImageVector, val name: StringResource, val onFabClick: (ItemScreen) -> Unit = {
screen.executeFabAction()
}, val content: @Composable ColumnScope.(ItemScreen) -> Unit = {
screen.ShowContent()
})
The NavigationTab data class represents the navigation tab used by the NavigationHelper to display the ItemScreen