Package-level declarations

Types

Link copied to clipboard

List all the sections here, even the nested ones, so that they are all accounted for during the navigation. Set CustomSection.attachToParent to true for the section that you want to be displayed in the root "Debug" section, set false for nested screens.

Link copied to clipboard
data class CustomSection(val destination: SettingsNavDestination, val attachToParent: Boolean)
Link copied to clipboard
Link copied to clipboard
class SettingsNavDestination(val route: String, @StringRes val titleTextId: Int, val screen: @Composable (NavController) -> Unit)