Navigate
sealed class Navigate<SpecRow : NavigationBundleSpecRow<*>, Action : NavigationAction<SpecRow>> : Route
Route that navigates to a new screen using a NavigationAction
Parameters
SpecRow
the type of NavigationBundleSpecRow associated with the action.
Action
the type NavigationAction to navigate for.
Inheritors
Properties
Link copied to clipboard
Converts a Route to a BottomSheetRoute.Content route
Link copied to clipboard
Converts a Route to a BottomSheetRoute.SheetContent route