BottomSheetScaffoldState

class BottomSheetScaffoldState(val drawerState: <Error class: unknown class>, val bottomSheetState: BottomSheetState, val snackbarHostState: <Error class: unknown class>)

State of the ScanbotScaffold composable.

Parameters

drawerState

The state of the navigation drawer.

bottomSheetState

The state of the persistent bottom sheet.

snackbarHostState

The SnackbarHostState used to show snackbars inside the scaffold.

Constructors

Link copied to clipboard
constructor(drawerState: <Error class: unknown class>, bottomSheetState: BottomSheetState, snackbarHostState: <Error class: unknown class>)

Properties

Link copied to clipboard
Link copied to clipboard
val drawerState: <Error class: unknown class>
Link copied to clipboard
val snackbarHostState: <Error class: unknown class>