Composables UI is out: our new component library for Compose Multiplatform ->
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

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: