rootNavigator property

bool rootNavigator
getter/setter pair

same as Flutter's Navigator's param If rootNavigator is set to true, the state from the furthest instance of this class is given instead. Useful for pushing contents above all subsequent instances of Navigator.

Implementation

bool rootNavigator;