Package 

Class BottomSheetNavigatorSheetState


  • @Deprecated(message = Migrate to Androidx compose.material.navigation BottomSheetNavigatorSheetState with the same parameters. To migrate, change import from com.google.accompanist.navigation.material.BottomSheetNavigatorSheetState to androidx.compose.material.navigation.BottomSheetNavigatorSheetState.)@Stable() 
    public final class BottomSheetNavigatorSheetState
    
                        

    The state of a ModalBottomSheetLayout that the BottomSheetNavigator drives

    • Method Summary

      Modifier and Type Method Description
      final Boolean getIsVisible()
      final ModalBottomSheetValue getCurrentValue()
      final ModalBottomSheetValue getTargetValue()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BottomSheetNavigatorSheetState

        BottomSheetNavigatorSheetState(ModalBottomSheetState sheetState)
        Parameters:
        sheetState - The sheet state that is driven by the BottomSheetNavigator