Text

class Text(val text: String) : SerializedFrame

Constructors

Link copied to clipboard
fun Text(text: String)

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val text: String