Class

AppBarMenuState

State class for the overflow menu in AppBarRow and AppBarColumn.

Source set: Common
class AppBarMenuState

State class for the overflow menu in AppBarRow and AppBarColumn.

Properties

isExpanded

Deprecated

Keeping for binary compatibility

Source set: Common
var isExpanded = false

Indicates whether the overflow menu is currently expanded.

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: