PopToRoot

data class PopToRoot(val result: Route.Result = Result.Empty) : Route

Route that navigates to the Root of a navigation stack

Constructors

Link copied to clipboard
constructor(result: Route.Result = Result.Empty)

Properties

Link copied to clipboard

The Result to provide to the root view.