Class BottomSheetScaffoldState

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      BottomSheetScaffoldState(<Error class: unknown class> drawerState, BottomSheetState bottomSheetState, <Error class: unknown class> snackbarHostState)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final <Error class: unknown class> getDrawerState()
      final BottomSheetState getBottomSheetState()
      final <Error class: unknown class> getSnackbarHostState()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.