BottomSheetScaffoldState

Class

Common
@ExperimentalMaterial3Api
class BottomSheetScaffoldState(
    val bottomSheetState: SheetState,
    val snackbarHostState: SnackbarHostState,
)

State of the BottomSheetScaffold composable.

Parameters

bottomSheetStatethe state of the persistent bottom sheet
snackbarHostStatethe SnackbarHostState used to show snackbars inside the scaffold