Source set: Common
public class AppBarMenuState
State class for the overflow menu in AppBarRow and AppBarColumn.
Properties
isExpanded
Source set: Common
@Deprecated("Keeping for binary compatibility", level = DeprecationLevel.HIDDEN)
public var isExpanded: Boolean = false
Indicates whether the overflow menu is currently expanded.
isShowing
Source set: Common
public var isShowing: Boolean by mutableStateOf(false)
Indicates whether the overflow menu is currently showing.
Functions
dismiss
Source set: Common
public fun dismiss(): Unit
Closes the overflow menu.
show
Source set: Common
public fun show(): Unit
Show the overflow menu.