Skip to content

Instantly share code, notes, and snippets.

@skydoves
Created August 9, 2024 12:12
Show Gist options
  • Save skydoves/bf97000068a93f1660462ff9cdf9010b to your computer and use it in GitHub Desktop.
Save skydoves/bf97000068a93f1660462ff9cdf9010b to your computer and use it in GitHub Desktop.
preview_lorem
@Preview
@Composable
private fun TestPreview(@PreviewParameter(provider = LoremIpsum::class) text: String) {
Text(text = text, color = Color.White)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment