Flutter Dart Syntax

26 Views Asked by At

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.

0

There are 0 best solutions below