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