Svk Android Appbar
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
current Screen
The current screen represented by the Navigations enum.
is Route Select Screen
Flag indicating whether the current screen is the route selection screen.
modifier
The modifier for customization.
on Log Out Clicked
Callback for the log out action.