Text

@ObjCName(name = "Text", exact = true)
interface Text<W : Any> : Widget<W>

{tag=2}

Properties

Link copied to clipboard
abstract var modifier: Modifier
Link copied to clipboard
abstract val value: W

Functions

Link copied to clipboard
abstract fun text(text: String)

{tag=1}