library
Toggle table of contents
1.0.0
common
Platform filter
common
Switch theme
Search in API
library
library
/
xyz.malefic.compose.iced
/
Text
Text
data
class
Text
(
val
content
:
String
,
val
key
:
String
?
=
null
)
:
Element
Represents a simple text element.
Members
Constructors
Text
Link copied to clipboard
constructor
(
content
:
String
,
key
:
String
?
=
null
)
Properties
content
Link copied to clipboard
val
content
:
String
The text content to display
key
Link copied to clipboard
open
override
val
key
:
String
?
=
null
Optional key for this element