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
Link copied to clipboard
data class DebugInfoViewContent(val content: @Composable ColumnScope.() -> Unit, val visible: StateFlow<Boolean>, val name: String)
Link copied to clipboard
Link copied to clipboard
class SettingsNavDestination(val route: String, @StringRes val titleTextId: Int, val screen: @Composable (NavController) -> Unit)