DropDownMenu

open class DropDownMenu(ariaId: String, dark: Boolean = false, rightAligned: Boolean = false)

A drop down menu container.

Parameters

ariaId

the aria id of the element

dark

the dark mode of the dropdown menu

rightAligned

right aligned dropdown menu

Constructors

Link copied to clipboard
constructor(ariaId: String, dark: Boolean = false, rightAligned: Boolean = false)

Properties

Link copied to clipboard
var dark: <Error class: unknown class>

The dark mode of the dropdown menu.

Link copied to clipboard
var rightAligned: <Error class: unknown class>

Right aligned dropdown menu.

Functions

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