onRouteChanged property

void Function(String routeName)? onRouteChanged
final

Callback when the active route changes

Implementation

final void Function(String routeName)? onRouteChanged;