navigator property

NavigatorState? navigator

Extension for navigation to next page Returns The state from the closest instance of this class that encloses the given context.

It is used for routing in flutter

Implementation

NavigatorState? get navigator => Navigator.of(this);