SettingsNavDestination

class SettingsNavDestination(val route: String, @StringRes val titleTextId: Int, val screen: @Composable (NavController) -> Unit)

Constructors

Link copied to clipboard
constructor(route: String, @StringRes titleTextId: Int, screen: @Composable (NavController) -> Unit)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String