Class

ButtonGroupMenuState

State class for the overflow menu in [ButtonGroup].

Common
class ButtonGroupMenuState(initialIsShowing: Boolean = false)

State class for the overflow menu in ButtonGroup.

Properties

Common
Deprecated Keeping for binary compatibility
var isExpanded = initialIsShowing

Indicates whether the overflow menu is currently expanded.

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.