<h2 id="rememberbottomsheetnavigator-animationspec">rememberBottomSheetNavigator</h2>

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

```kotlin
@Composable
public fun rememberBottomSheetNavigator(
    animationSpec: AnimationSpec<Float> = SpringSpec()
): BottomSheetNavigator
```

Create and remember a [BottomSheetNavigator](/jetpack-compose/androidx.compose.material/material-navigation/classes/BottomSheetNavigator).

#### Parameters

| | |
| --- | --- |
| animationSpec | The default animation that will be used to animate to a new state. |