route property

Route<T>? route

The route that present added to the Navigator.

Returns null when currently no route is shown

Implementation

Route<T>? get route => _route;