BottomSheetScaffoldState


State of the BottomSheetScaffold composable.

Summary

Public constructors

BottomSheetScaffoldState(
    bottomSheetState: BottomSheetState,
    snackbarHostState: SnackbarHostState
)
Cmn

Public properties

BottomSheetState

The state of the persistent bottom sheet.

Cmn
SnackbarHostState

The SnackbarHostState used to show snackbars inside the scaffold.

Cmn

Public constructors

BottomSheetScaffoldState

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

The state of the persistent bottom sheet.

snackbarHostState: SnackbarHostState

The SnackbarHostState used to show snackbars inside the scaffold.

Public properties

bottomSheetState

val bottomSheetState: BottomSheetState

The state of the persistent bottom sheet.

snackbarHostState

val snackbarHostState: SnackbarHostState

The SnackbarHostState used to show snackbars inside the scaffold.