builder property

Widget Function(BuildContext context, RouteState state) builder
final

The widget builder function that builds the page for this route.

It receives the current BuildContext and the RouteState with parsed parameters, query, fragment, and arguments.

Implementation

final Widget Function(BuildContext context, RouteState state) builder;