boldln

fun boldln(text: String): ComponentBuilder

Adds bold text with line breaks.

fun boldln(text: String, color: Color): ComponentBuilder

Adds colored bold text with line breaks.

fun boldln(text: String, vararg decorations: TextDecoration): ComponentBuilder

Adds decorated bold text with line breaks.

fun boldln(text: String, color: Color, vararg decorations: TextDecoration): ComponentBuilder

Adds decorated colored text with line breaks.