Toolbar(label: String? = null, inline: Boolean? = null, static: Boolean? = null, classes: Set<String> = setOf(), init: (Toolbar.() -> Unit)? = null)
Creates a toolbar component.
label
- a label placed automatically in the center section of the toolbar
inline
- display the toolbar as an inline element
static
- static toolbars are not animated by ons-navigator when pushing or popping pages
classes
- a set of CSS class names
init
- an initializer extension function
Constructor
Creates a toolbar component.