-
public final class BottomSheetKt
-
-
Method Summary
Modifier and Type Method Description final static UnitBottomSheet(Modifier modifier, BottomSheetState state, Color sheetBackgroundColor, Function0<Unit> content)final static BottomSheetStaterememberBottomSheetState(BottomSheetValue initialValue)-
-
Method Detail
-
BottomSheet
@Composable() final static Unit BottomSheet(Modifier modifier, BottomSheetState state, Color sheetBackgroundColor, Function0<Unit> content)
-
rememberBottomSheetState
@Composable() final static BottomSheetState rememberBottomSheetState(BottomSheetValue initialValue)
-
-
-
-