right

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

A DSL builder for the right section of the list item.

Parameters

content

the content of the right section

rich

whether content can contain HTML code

builder

a builder extension function