didPush method

void didPush(
  1. Route route,
  2. Route? previousRoute
)

The Navigator pushed route.

The route immediately below that one, and thus the previously active route, is previousRoute.

Implementation

void didPush(Route<dynamic> route, Route<dynamic>? previousRoute) { }