Composable Function

rememberBottomSheetNavigator

Create and remember a BottomSheetNavigator.

rememberBottomSheetNavigator

Source set: 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.

Last updated: