Package-level declarations
Functions
Link copied to clipboard
fun NavGraphBuilder.composable(destination: SettingsNavDestination, content: @Composable AnimatedVisibilityScope.(NavBackStackEntry) -> Unit)
Link copied to clipboard
Link copied to clipboard
fun SettingsNavHost(navController: NavHostController, startDestination: SettingsNavDestination, debugSettingsScreen: @Composable () -> Unit = get(named(DEBUG_SETTINGS_SCREEN)) { parametersOf(navController) }, mapGptSettingsScreen: @Composable () -> Unit = get(named(MAP_GPT_SETTINGS_SCREEN)), aboutSettingsScreen: @Composable () -> Unit = get(named(ABOUT_SETTINGS_SCREEN)))