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)