Package 

Interface AnimatedDestinationScope

  • All Implemented Interfaces:
    androidx.compose.animation.AnimatedVisibilityScope , com.ramcosta.composedestinations.scope.DestinationScope , com.ramcosta.composedestinations.scope.DestinationScopeWithNoDependencies

    @Immutable() 
    public interface AnimatedDestinationScope<T extends Object>
     implements DestinationScope<T>, AnimatedVisibilityScope
                        

    Like DestinationScope but also AnimatedVisibilityScope so that you can use this Scope as a receiver of your Animated or Default styled Composable