-
-
Save skydoves/bf97000068a93f1660462ff9cdf9010b to your computer and use it in GitHub Desktop.
preview_lorem
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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