Skip to content

Instantly share code, notes, and snippets.

@KatieBarnett
Created May 9, 2023 11:00
Embed
What would you like to do?
TextConfig
data class TextConfig(
val color: Color,
val text: String
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment