bold

fun bold(text: String): ComponentBuilder

Adds bold text.

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

Adds bold text with color.

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

Adds bold text with decorations

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

Adds bold text with color, decorations