Skip to content

Instantly share code, notes, and snippets.

@mcatta
Created October 4, 2021 20:53
Show Gist options
  • Select an option

  • Save mcatta/44372c87fd45ae0f2c32ecdd1bd4f564 to your computer and use it in GitHub Desktop.

Select an option

Save mcatta/44372c87fd45ae0f2c32ecdd1bd4f564 to your computer and use it in GitHub Desktop.
Sample about semantics Modifier
MyButton(
modifier = Modifier.semantics { contentDescription = "My fancy button" }
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment