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

```kotlin
public class BottomSheetNavigatorSheetState(private val sheetState: ModalBottomSheetState)
```

The state of a [ModalBottomSheetLayout](/jetpack-compose/androidx.compose.material/material-navigation/composable-functions/ModalBottomSheetLayout) that the [BottomSheetNavigator](/jetpack-compose/androidx.compose.material/material-navigation/classes/BottomSheetNavigator) drives

#### Parameters

| | |
| --- | --- |
| sheetState | The sheet state that is driven by the [BottomSheetNavigator](/jetpack-compose/androidx.compose.material/material-navigation/classes/BottomSheetNavigator) |