text

fun text(vararg value: String)
fun text(value: String)
fun text(value: Flow<String>)
fun text(value: List<String>)
fun text(value: Flow<List<String>>)