-
public final class BottomSheetKt
-
-
Method Summary
Modifier and Type Method Description final static UnitModalBottomSheetLayout(BottomSheetNavigator bottomSheetNavigator, Modifier modifier, Shape sheetShape, Dp sheetElevation, Color sheetBackgroundColor, Color sheetContentColor, Color scrimColor, Function0<Unit> content)Helper function to create a ModalBottomSheetLayout from a BottomSheetNavigator. -
-
Method Detail
-
ModalBottomSheetLayout
@Deprecated(message = Migrate to Androidx compose.material.navigation ModalBottomSheetLayout with the same parameters. To migrate, change import from com.google.accompanist.navigation.material.ModalBottomSheetLayout to androidx.compose.material.navigation.ModalBottomSheetLayout.)@Composable() final static Unit ModalBottomSheetLayout(BottomSheetNavigator bottomSheetNavigator, Modifier modifier, Shape sheetShape, Dp sheetElevation, Color sheetBackgroundColor, Color sheetContentColor, Color scrimColor, Function0<Unit> content)
Helper function to create a ModalBottomSheetLayout from a BottomSheetNavigator.
-
-
-
-