toggle menu
structures
1.2.0
common
switch theme
search in API
structures
/
ink.ui.structures.elements
/
StackElement
Stack
Element
class
StackElement
:
UiElement.Interactive
Element that buffers UI elements into its own layout dynamically.
Members
Members & Extensions
Constructors
Stack
Element
Link copied to clipboard
constructor
(
)
Properties
queue
Link copied to clipboard
val
queue
:
Flow
<
UiElement
>
Functions
close
Link copied to clipboard
suspend
fun
close
(
)
print
Link copied to clipboard
suspend
fun
print
(
element
:
UiElement
)
println
Link copied to clipboard
suspend
fun
StackElement
.
println
(
message
:
String
,
textStyle
:
TextStyle
=
TextStyle.Body
)