Skip to content

Instantly share code, notes, and snippets.

@CostaFot
Created May 13, 2024 21:53
Show Gist options
  • Save CostaFot/54d04722e6b998a3c590f42bc5e10804 to your computer and use it in GitHub Desktop.
Save CostaFot/54d04722e6b998a3c590f42bc5e10804 to your computer and use it in GitHub Desktop.
@Composable
fun FirstScreen(
navigate: () -> Unit,
firstScreenTracker: FirstScreenTracker,
viewModelFactory: ViewModelFactory,
firstViewModel: FirstViewModel = viewModel(factory = viewModelFactory)
) {
// content...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment