Source set: Common
public class BottomSheetScaffoldState(
public val bottomSheetState: SheetState,
public 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 |