What is happening here?
case '/front': return MaterialPageRoute(builder: (_) => FrontPage());
What does the (_) mean? It should be a build context parameter value?
I have searched for Flutter, Dart explanation of the '(_)' usage but cannot find any.