---
title: "BottomSheetScaffoldState"
description: "State of the [BottomSheetScaffold] composable."
type: "class"
---

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


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

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


```kotlin
class BottomSheetScaffoldState(
    val bottomSheetState: BottomSheetState,
    val snackbarHostState: SnackbarHostState,
)
```


State of the `BottomSheetScaffold` composable.

#### Parameters

| | |
| --- | --- |
| bottomSheetState | The state of the persistent bottom sheet. |
| snackbarHostState | The `SnackbarHostState` used to show snackbars inside the scaffold. |




