SvkAndroidAppbar

fun SvkAndroidAppbar(currentScreen: Navigations, isRouteSelectScreen: Boolean = false, modifier: Modifier = Modifier, onLogOutClicked: () -> Unit = {})

Composable function for rendering a custom app bar with specific actions based on the current screen.

Parameters

currentScreen

The current screen represented by the Navigations enum.

isRouteSelectScreen

Flag indicating whether the current screen is the route selection screen.

modifier

The modifier for customization.

onLogOutClicked

Callback for the log out action.