content

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

DSL builder function to add content section of the card.

Parameters

content

the content of the content section

rich

whether content can contain HTML code

builder

a builder extension function