Skip to content

Instantly share code, notes, and snippets.

@saqib-github-commits
Created January 19, 2024 10:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saqib-github-commits/5524f5c5b355d7a3bceec8488ed59db8 to your computer and use it in GitHub Desktop.
Save saqib-github-commits/5524f5c5b355d7a3bceec8488ed59db8 to your computer and use it in GitHub Desktop.
@Composable
fun WelcomeScreen() {
Column {
Text(
text = "Hello World!",
color = MaterialTheme.colorScheme.primary,
style = MaterialTheme.typography.bodyLarge,
)
}
LogScreenVisited(screenName = "Welcome")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment