current property

AppRoute? current
final

The currently focused route, or null if the current route is a root route on the main app screen.

Given the above, calling isRootRoute using this route will always return false.

Implementation

final AppRoute? current;