toggle menu
ktfx
0.3
jvm
switch theme
search in API
ktfx-commons
/
ktfx.text
/
appendLine
append
Line
fun
TextFlow
.
appendLine
(
)
:
TextFlow
Appends a line separator to this flow.
See also
append
Line
inline
fun
TextFlow
.
appendLine
(
value
:
String
?
)
:
TextFlow
inline
fun
TextFlow
.
appendLine
(
value
:
Any
?
)
:
TextFlow
Appends
value
to this flow, followed by a line separator.
See also
append
Line