space

abstract fun space(): ComponentBuilder

Appends a space component to this component builder. Inserts a single space character in the text display.

Return

this component builder for chaining


open fun space(count: Int): ComponentBuilder

Appends specified number of space components.

Return

this component builder for chaining

Parameters

count

the number of spaces to append