Skip to content

Instantly share code, notes, and snippets.

@KatieBarnett
Created May 9, 2023 11:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KatieBarnett/46226c05fd857edda22b2d7a9a52e6a7 to your computer and use it in GitHub Desktop.
Save KatieBarnett/46226c05fd857edda22b2d7a9a52e6a7 to your computer and use it in GitHub Desktop.
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