kvision / pl.treksoft.kvision.onsenui.list / OnsListItem / center

center

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

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

Parameters

content - the content of the center section

rich - whether content can contain HTML code

builder - a builder extension function