Composable Function

rememberBottomSheetNavigator

Create and remember a BottomSheetNavigator.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free

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.