toggle menu
structures
0.10.0
common
switch theme
search in API
structures
/
ink.ui.structures.elements
/
TextElement
Text
Element
data
class
TextElement
(
val
text
:
String
,
val
style
:
TextStyle
=
TextStyle.Body
)
:
UiElement.Static
A single contiguous block of text.
Members
Constructors
Text
Element
Link copied to clipboard
constructor
(
text
:
String
,
style
:
TextStyle
=
TextStyle.Body
)
Properties
style
Link copied to clipboard
val
style
:
TextStyle
UI style to apply to the text.
text
Link copied to clipboard
val
text
:
String
Text to be displayed.