🌈 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: BottomSheetState,
    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.