OnsListHeader(content: String? = null, rich: Boolean = false, align: Align? = null, classes: Set<String> = setOf(), init: (OnsListHeader.() -> Unit)? = null)
Creates a list header component.
content
- the content of the component.
rich
- whether content can contain HTML code
classes
- a set of CSS class names
init
- an initializer extension function
Constructor
Creates a list header component.