rememberBottomSheetNavigator
Common
@Composable
public fun rememberBottomSheetNavigator(
animationSpec: AnimationSpec<Float> = SpringSpec()
): BottomSheetNavigator
Create and remember a BottomSheetNavigator.
Parameters
| animationSpec | The default animation that will be used to animate to a new state. |