notFoundPage property
Optional custom page for unmatched routes (defaults to a built-in 404).
Implementation
final Widget Function(BuildContext, RouteSettings)? notFoundPage;
Optional custom page for unmatched routes (defaults to a built-in 404).
final Widget Function(BuildContext, RouteSettings)? notFoundPage;