Class

AppBarMenuState

State class for the overflow menu in [AppBarRow] and [AppBarColumn].

Common
class AppBarMenuState

State class for the overflow menu in AppBarRow and AppBarColumn.

Properties

Common
Deprecated Keeping for binary compatibility
var isExpanded = false

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.