ButtonGroupMenuState
Class
Common
class ButtonGroupMenuState(initialIsExpanded: Boolean = false)
State class for the overflow menu in ButtonGroup.
Properties
Common
var isExpanded
Indicates whether the overflow menu is currently expanded.
Functions
fun dismiss()
Closes the overflow menu.
fun show()
Show the overflow menu.
