Skip to content

Instantly share code, notes, and snippets.

@gabrielbmoro
Created March 10, 2023 18:45
Show Gist options
  • Save gabrielbmoro/967dda1ac0bb6350bd5937e2ce42eaa4 to your computer and use it in GitHub Desktop.
Save gabrielbmoro/967dda1ac0bb6350bd5937e2ce42eaa4 to your computer and use it in GitHub Desktop.
AccessibilityArticle7
BasicText(
text = text,
Modifier
.padding(
vertical = 40.dp,
horizontal = 30.dp
)
.semantics {
this.text = AnnotatedString(description)
},
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment