-
-
Save skydoves/a3bd6b889dd0d7762810e1f62114c868 to your computer and use it in GitHub Desktop.
textui
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
@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