Bottom Sheet Scaffold State
class BottomSheetScaffoldState(val drawerState: <Error class: unknown class>, val bottomSheetState: BottomSheetState, val snackbarHostState: <Error class: unknown class>)
State of the ScanbotScaffold composable.
Parameters
drawer State
The state of the navigation drawer.
bottom Sheet State
The state of the persistent bottom sheet.
snackbar Host State
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>)