ButtonGroupMenuState
State class for the overflow menu in [ButtonGroup].
ButtonGroupMenuState
Class
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
fun dismiss()
Closes the overflow menu.
fun show()
Show the overflow menu.