BottomToolbar

open class BottomToolbar(className: String? = null, init: BottomToolbar.() -> Unit? = null)

An toolbar component located at the bottom of the page.

Parameters

className

CSS class names

init

an initializer extension function

Constructors

Link copied to clipboard
constructor(className: String? = null, init: BottomToolbar.() -> Unit? = null)

Creates a bottom toolbar component.

Properties

Link copied to clipboard

A modifier attribute to specify custom styles.

Functions

Link copied to clipboard
open fun buildAttributeSet(attributeSetBuilder: <Error class: unknown class>)
Link copied to clipboard
open fun render(): <Error class: unknown class>