pageNotFoundWidgetBuilder property

WidgetBuilder pageNotFoundWidgetBuilder
final

pageNotFound widget builder is essentially the 404 builder Not required, but if you expect 404's maybe you want to implement this.

A basic debug one is provided out of the box

Implementation

final WidgetBuilder pageNotFoundWidgetBuilder;