BottomSheetScaffoldState


State of the BottomSheetScaffold composable.

Summary

Public constructors

BottomSheetScaffoldState(
    bottomSheetState: SheetState,
    snackbarHostState: SnackbarHostState
)
Cmn

Public properties

SheetState

the state of the persistent bottom sheet

Cmn
SnackbarHostState

the SnackbarHostState used to show snackbars inside the scaffold

Cmn

Public constructors

BottomSheetScaffoldState

BottomSheetScaffoldState(
    bottomSheetState: SheetState,
    snackbarHostState: SnackbarHostState
)
Parameters
bottomSheetState: SheetState

the state of the persistent bottom sheet

snackbarHostState: SnackbarHostState

the SnackbarHostState used to show snackbars inside the scaffold

Public properties

bottomSheetState

val bottomSheetStateSheetState

the state of the persistent bottom sheet

snackbarHostState

val snackbarHostStateSnackbarHostState

the SnackbarHostState used to show snackbars inside the scaffold