kvision / pl.treksoft.kvision.onsenui.core / BackButton / <init>

<init>

(js) BackButton(content: String? = null, rich: Boolean = false, align: Align? = null, classes: Set<String> = setOf(), init: (BackButton.() -> Unit)? = null)

Creates a back button component.

Parameters

content - the content of the button.

rich - whether content can contain HTML code

align - text align

classes - a set of CSS class names

init - an initializer extension function

Constructor
Creates a back button component.