title
open fun title(content: String? = null, rich: Boolean = false, builder: <Error class: unknown class>.() -> Unit? = null): <Error class: unknown class>
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