renderText

open fun Flow<String>.renderText(into: Tag<*>? = null)
open fun <T> Flow<T>.renderText(into: Tag<*>? = null)

Adds text-content of a Flow at this position

Receiver

text-content

Parameters

into

target to render text-content to