Ons List Header
open class OnsListHeader(content: String? = null, rich: Boolean = false, align: <Error class: unknown class>? = null, className: String? = null, init: OnsListHeader.() -> Unit? = null)
An Onsen UI list header component.
Parameters
content
the content of the component.
rich
whether content can contain HTML code
align
text align
class Name
CSS class names
init
an initializer extension function
Constructors
Link copied to clipboard
constructor(content: String? = null, rich: Boolean = false, align: <Error class: unknown class>? = null, className: String? = null, init: OnsListHeader.() -> Unit? = null)
Creates a list header component.