BottomSheetScaffoldState
State of the BottomSheetScaffold composable.
Summary
Public constructors |
|
|---|---|
BottomSheetScaffoldState( |
Cmn
|
Public properties |
||
|---|---|---|
SheetState |
the state of the persistent bottom sheet |
Cmn
|
SnackbarHostState |
the |
Cmn
|
Public constructors
BottomSheetScaffoldState
BottomSheetScaffoldState(
bottomSheetState: SheetState,
snackbarHostState: SnackbarHostState
)
| Parameters | |
|---|---|
bottomSheetState: SheetState |
the state of the persistent bottom sheet |
snackbarHostState: SnackbarHostState |
the |
Public properties
snackbarHostState
val snackbarHostState: SnackbarHostState
the SnackbarHostState used to show snackbars inside the scaffold