🌈 Create new beautiful Compose Gradients with our new wesite ->
Class

BottomSheetScaffoldState

State of the BottomSheetScaffold composable.

Source set: Common
public class BottomSheetScaffoldState(
    public val bottomSheetState: SheetState,
    public val snackbarHostState: SnackbarHostState,
)

State of the BottomSheetScaffold composable.

Parameters

bottomSheetState the state of the persistent bottom sheet
snackbarHostState the SnackbarHostState used to show snackbars inside the scaffold

Content updated: