Package 

Interface BottomSheetDestinationScope

  • All Implemented Interfaces:
    androidx.compose.foundation.layout.ColumnScope , com.ramcosta.composedestinations.scope.DestinationScope , com.ramcosta.composedestinations.scope.DestinationScopeWithNoDependencies

    @Immutable() 
    public interface BottomSheetDestinationScope<T extends Object>
     implements DestinationScope<T>, ColumnScope
                        

    Like DestinationScope but also ColumnScope so that if you're using the "bottom-sheet" dependency you can use this Scope as a receiver of your Bottom Sheet styled Composable