open fun expandable(content: String? = null, rich: Boolean = false, builder: (Div.() -> Unit)? = null): Unit
A DSL builder for the expandable section of the list item.
content
- the content of the right section
rich
- whether content can contain HTML code