BottomSheetScaffoldState

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

State of the BottomSheetScaffold composable.

Parameters

bottomSheetState

the state of the persistent bottom sheet

snackbarHostState

the SnackbarHostState used to show snackbars inside the scaffold

Constructors

Link copied to clipboard
constructor(bottomSheetState: SheetState, snackbarHostState: SnackbarHostState)

Properties

Link copied to clipboard
Link copied to clipboard