builder property

Widget Function(BuildContext) builder
final

The builder function that returns the widget to display for the new route.

Implementation

final Widget Function(BuildContext) builder;