Skip to content

Instantly share code, notes, and snippets.

@merttoptas
Created August 15, 2021 22:44
Show Gist options
  • Save merttoptas/48224301d9e6ac84671f2b8cd0e21991 to your computer and use it in GitHub Desktop.
Save merttoptas/48224301d9e6ac84671f2b8cd0e21991 to your computer and use it in GitHub Desktop.
Button(
onClick = { /*TODO*/ },
shape = MaterialTheme.shapes.medium,
colors = ButtonDefaults.buttonColors(backgroundColor = MaterialTheme.colors.primaryVariant),
content = {
Text(text = "Simple Button")
}
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment