Skip to content

Instantly share code, notes, and snippets.

@skydoves
Created September 9, 2024 11:30
Show Gist options
  • Save skydoves/a3bd6b889dd0d7762810e1f62114c868 to your computer and use it in GitHub Desktop.
Save skydoves/a3bd6b889dd0d7762810e1f62114c868 to your computer and use it in GitHub Desktop.
textui
@Immutable
@Serializable
data class TextUi(
val text: String,
val size: Int,
val fontWeight: String
) : UiComponent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment