append

fun TextFlow.append(value: String?): TextFlow

Appends value to this flow.

See also


fun TextFlow.append(value: Any?): TextFlow

Appends value to this flow.

See also