Text

data class Text(val color: Long, val text: String) : Element

A text element.

Constructors

Link copied to clipboard
constructor(color: Long, text: String)

Properties

Link copied to clipboard
val color: Long

the color of this Text

Link copied to clipboard

the text to display