Skip to content

Instantly share code, notes, and snippets.

@sebaslogen
Last active December 24, 2023 10:55
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 sebaslogen/cf01a0037c1267dad6c94204c7b96894 to your computer and use it in GitHub Desktop.
Save sebaslogen/cf01a0037c1267dad6c94204c7b96894 to your computer and use it in GitHub Desktop.
Button(
modifier = Modifier.testTag("First Button"),
onClick = clickListener) {
Text("Push first destination")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment