Skip to content

Instantly share code, notes, and snippets.

@mazzouzi
Last active September 24, 2022 11: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 mazzouzi/ea06f48af46a7365d9d017d4892f34cf to your computer and use it in GitHub Desktop.
Save mazzouzi/ea06f48af46a7365d9d017d4892f34cf to your computer and use it in GitHub Desktop.
Title composable
@Composable
private fun Title() {
Text(
text = "New York",
fontSize = 30.sp,
fontWeight = FontWeight.Bold
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment