Package 

Class BottomSheetKt

    • Method Summary

      Modifier and Type Method Description
      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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • 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.