BottomSheetScaffoldState

Class

Common
class BottomSheetScaffoldState(
    val bottomSheetState: BottomSheetState,
    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.