Class BottomSheetScaffoldState
-
- All Implemented Interfaces:
public final class BottomSheetScaffoldState
State of the ScanbotScaffold composable.
-
-
Field Summary
Fields Modifier and Type Field Description private final <Error class: unknown class>
drawerState
private final BottomSheetState
bottomSheetState
private final <Error class: unknown class>
snackbarHostState
-
Constructor Summary
Constructors Constructor Description BottomSheetScaffoldState(<Error class: unknown class> drawerState, BottomSheetState bottomSheetState, <Error class: unknown class> snackbarHostState)
-
Method Summary
Modifier and Type Method Description final <Error class: unknown class>
getDrawerState()
final BottomSheetState
getBottomSheetState()
final <Error class: unknown class>
getSnackbarHostState()
-
-
Constructor Detail
-
BottomSheetScaffoldState
BottomSheetScaffoldState(<Error class: unknown class> drawerState, BottomSheetState bottomSheetState, <Error class: unknown class> snackbarHostState)
- 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.
-
-
Method Detail
-
getDrawerState
final <Error class: unknown class> getDrawerState()
-
getBottomSheetState
final BottomSheetState getBottomSheetState()
-
getSnackbarHostState
final <Error class: unknown class> getSnackbarHostState()
-
-
-
-