widget property

Widget? widget
final

Optional static widget to display for this route.

When non-null and builder is null, used directly as the route's page.

Implementation

final Widget? widget;