Source set: Common
Added in 1.5.0-alpha17
class AppBarMenuState
State class for the overflow menu in AppBarRow and AppBarColumn.
Properties
isExpanded
Deprecated
Keeping for binary compatibility
Source set: Common
Added in 1.5.0-alpha17
Deprecated in 1.5.0-alpha17
var isExpanded = false
Indicates whether the overflow menu is currently expanded.
isShowing
Source set: Common
Added in 1.5.0-alpha17
Deprecated in 1.5.0-alpha17
var isShowing
Indicates whether the overflow menu is currently showing.
Functions
dismiss
Added in 1.5.0-alpha17
Deprecated in 1.5.0-alpha17
fun dismiss()
Closes the overflow menu.
show
Added in 1.5.0-alpha17
Deprecated in 1.5.0-alpha17
fun show()
Show the overflow menu.