literalLine

inline fun literalLine(baseText: String? = null, crossinline builder: LiteralTextBuilder.() -> Unit = {})(source)

Deprecated

This function is not useful enough to stay in Silk, therefore it will be removed in the future.

Replace with

line(literalText(baseText) { builder() })

Adds a simple and static line of text.

The difference to line is that this function immediately opens a literalText builder.