<div class='type'>Class</div>


<a id='references'></a>

<div class='sourceset sourceset-common'>Common</div>


```kotlin
class AppBarMenuState
```


State class for the overflow menu in `AppBarRow` and `AppBarColumn`.


## Properties

<div class='sourceset sourceset-common'>Common</div>


> **Deprecated** Keeping for binary compatibility

```kotlin
var isExpanded = false
```


Indicates whether the overflow menu is currently expanded.



<div class='sourceset sourceset-common'>Common</div>


```kotlin
var isShowing
```


Indicates whether the overflow menu is currently showing.



## Functions



<h2 id="dismiss">dismiss</h2>

```kotlin
fun dismiss()
```


Closes the overflow menu.




<hr class="docs-overload-divider">


<h2 id="show">show</h2>

```kotlin
fun show()
```


Show the overflow menu.