Skip to content

Instantly share code, notes, and snippets.

@KatieBarnett
Created May 10, 2023 05:54
Embed
What would you like to do?
TextData objects
private val primary = TextData {
TextConfig(color = MaterialTheme.colorScheme.primary, text = "Primary text")
}
private val secondary = TextData {
TextConfig(color = MaterialTheme.colorScheme.secondary, text = "Secondary text")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment