text

fun NodeManager.text(text: String? = null): Text

Add a Text to this manager.

Return

the control added.


inline fun text(text: String? = null, configuration: Text.() -> Unit): Text

Create a Text with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


inline fun NodeManager.text(text: String? = null, configuration: Text.() -> Unit): Text

Add a Text with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.