didPushNext property

void Function(BuildContext context)? didPushNext
final

Called when a new route has been pushed, and the current route is no longer visible. !disappear

Implementation

final void Function(
  BuildContext context,
)? didPushNext;