Class

ButtonGroupMenuState

State class for the overflow menu in ButtonGroup.

Source set: Common
class ButtonGroupMenuState(initialIsShowing: Boolean = false)

State class for the overflow menu in ButtonGroup.

Properties

isExpanded

Deprecated

Keeping for binary compatibility

Source set: Common
var isExpanded = initialIsShowing

Indicates whether the overflow menu is currently expanded.

isShowing

Source set: Common
var isShowing

Indicates whether the overflow menu is currently showing.

Functions

dismiss

fun dismiss()

Closes the overflow menu.

show

fun show()

Show the overflow menu.

Last updated: