route Transition
routeTransition is a convenience delegate function to help implement IAnimatedRoute
sealed class Route : IRoute {
object Home : Route(), IAnimatedRoute by routeTransition(SlideRouteTransition)
}
Content copied to clipboard