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