title

open fun title(content: String? = null, rich: Boolean = false, builder: Div.() -> Unit? = null): Div

DSL builder function to add title section of the card.

Parameters

content

the content of the title section

rich

whether content can contain HTML code

builder

a builder extension function