True to navigate to the new Page using animated transitions, false otherwise.
True to record the navigation in the backstack, false otherwise. If the parameter is set to false then the Page will be displayed but once navigated from it will not be able to be navigated back to.
An object to become the binding context of the page navigating to. Optional.
True to clear the navigation history, false otherwise. Very useful when navigating away from login pages.
An object passed to the onNavigatedTo callback of the Page. Typically this is used to pass some data among pages. Optional.
A function used to create the View instance. Optional.
The name of the module containing the View instance to load. Optional.
Specifies an optional navigation transition for all platforms. If not specified, the default platform transition will be used.
Specifies an optional navigation transition for Android. If not specified, the default platform transition will be used.
Specifies an optional navigation transition for iOS. If not specified, the default platform transition will be used.
Represents an entry in passed to navigate method.